Descripción
Responsive tables by given css selectors.
Instalación
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.
Preguntas frecuentes
- 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.
Reseñas
No hay reseñas para este plugin.
Colaboradores y desarrolladores
“WP Responsive Tables” es un software de código abierto. Las siguientes personas han colaborado con este plugin.
Colaboradores“WP Responsive Tables” ha sido traducido a 1 idioma. Gracias a los traductores por sus contribuciones.
Traduce “WP Responsive Tables” a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN , o suscrÃbete al log de desarrollo por RSS .
Registro de cambios
1.0
- initial release.