Mô tả
Responsive tables by given css selectors.
Cài đặt
Install it as normal.
Usage
output tables as following:
Add table selectors
Type your table selectors directly in the following method:
public static function get_table_selectors(){
$r = array(
'#tab-description table#aaa',
'#tab-description table#sss',
);
return apply_filters('coolwp_responsive_table_selectors', $r );
}
Load your table selectors by using the filter hook coolwp_responsive_table_selectors.
Tips
It works fine when wp_is_mobile() return true by default, you can use hook coolwp_responsive_table_enabled filter it.
Hỏi đáp
- It does not work?
-
- You should tell it selectors of your tables!
- It’s working for mobile devices and tablets.
- Your table is missing some elements.
Đánh giá
Không có đánh giá nào cho plugin này.
Người đóng góp & Lập trình viên
“WP Responsive Tables” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng góp“WP Responsive Tables” đã được dịch qua 1 ngôn ngữ. Cảm ơn những người tham gia dịch vì đóng góp của họ.
Dịch “WP Responsive Tables” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
1.0
- initial release.


