Plugin nebyl testován na 3 nejnovějších verzích WordPressu. Nemusí už být tedy podporován a u novějších verzí WordPressu může mít problémy s kompatibilitou a může být nestabilní.

WP Responsive Tables

Popis

Responsive tables by given css selectors.

Snímky obrazovky

  • mobile devices
  • tablets
  • desktop

Instalace

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.

Nejčastější dotazy

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.

Recenze

Pro tento plugin nejsou žádné recenze.

Autoři

WP Responsive Tables je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.

Spolupracovníci

Plugin „WP Responsive Tables“ byl přeložen do 1 jazyku. Děkujeme všem překladatelům za jejich pomoc.

Přeložte “WP Responsive Tables” do svého jazyka.

Zajímá vás vývoj?

Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.

Přehled změn

1.0

  • initial release.