Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 3305 days ago
Is WP Responsive Tables abandoned?
Possibly abandoned (last update 3305 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
Responsive tables by given css selectors.
Installation
Install it as normal.
Usage
output tables as following:
??Ʒ????
????
??״
????
??ɫ
?й?
??
?Գ?
ӫ??
֤??
c128
??ĸ??
0.82
G
GD
VG
VG
Faint
ͳ????
????1
??״1
????1
??ɫ1
?й?2
??3
?Գ?3
ӫ??3
֤??3
c128
??ĸ??
0.82
G
GD
VG
VG
Faint
ͳ????
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.
Frequently Asked Questions
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.
Review feed
Changelog
1.0
- initial release.


