Skildring
Responsive tables by given css selectors.
Installasjon
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.
Vanlege spm.
- 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.
Omtalar
There are no reviews for this plugin.
Bidragsytarar og utviklarar
“WP Responsive Tables” is open source software. The following people have contributed to this plugin.
Contributors“WP Responsive Tables” er omsett til 1 språk. Takk til omsetjarane for bidraga deira.
Omset “WP Responsive Tables” til ditt eige språk.
Interested in development?
Les kjeldekoden, sjekk SVN-lageret eller abonner på utviklingsloggen med RSS.
Endringslogg
1.0
- initial release.


