Beschreibung
Responsive tables by given css selectors.
Installation
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.
FAQ
- 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.
Rezensionen
Zu diesem Plugin liegen noch keine Rezensionen vor.
Mitwirkende und Entwickler
„WP Responsive Tables“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:
Mitwirkende„WP Responsive Tables“ wurde in 1 Sprache übersetzt. Danke an die Übersetzer für ihre Mitwirkung.
Übersetze „WP Responsive Tables“ in deine Sprache.
Interessiert an der Entwicklung?
Durchstöbere den Code, sieh dir das SVN-Repository an oder abonniere das Entwicklungsprotokoll per RSS.
Änderungsprotokoll
1.0
- initial release.


