Опис
Responsive tables by given css selectors.
Постављање
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.
ЧПП
- 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.
Прегледи
Нема рецензија за овај додатак.
Сарадници и градитељи
WP Responsive Tables је софтвер отвореног кода. Следећи људи су допринели овом додатку.
СараднициWP Responsive Tables је преведен на 1 језик. Хвала преводиоцима за њихове доприносе.
Преведите WP Responsive Tables на свој језик.
Заинтересовани сте за градњу?
Прегледајте код, проверите SVN складиште или се пријавите на белешку градње преко RSS-а.
Белешка о изменама
1.0
- initial release.


