Aprašymas
Responsive tables by given css selectors.
Ekrano nuotraukos
Diegimas
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.
DUK
- 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.
Atsiliepimai
Įskiepis neturi atsiliepimų.
Programuotojai ir komandos nariai
“WP Responsive Tables” yra atviro kodo programa. Prie jos sukūrimo prisidėję žmonės surašyti toliau.
AutoriaiĮskiepis “WP Responsive Tables” išverstas į 1 kalbą. Dėkojame vertėjams už jų darbą.
Išverskite “WP Responsive Tables” į savo kalbą.
Domina programavimas?
Peržiūrėkite kodą, naršykite SVN repozitorijoje, arba užsiprenumeruokite kodo pakeitimų žurnalą per RSS.
Pakeitimų istorija
1.0
- initial release.