Beskrivning
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.
Vanliga frågor
- 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.
Recensioner
Detta tillägg har inga recensioner.
Bidragsgivare och utvecklare
”WP Responsive Tables” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.
Bidragande personer”WP Responsive Tables” har översatts till 1 språk. Tack till översättarna för deras bidrag.
Översätt ”WP Responsive Tables” till ditt språk.
Intresserad av programutveckling?
Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.
Ändringslogg
1.0
- initial release.