Этот плагин не тестировался с последними 3 основными выпусками WordPress. Скорее всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

WP Responsive Tables

Описание

Responsive tables by given css selectors.

Скриншоты

  • mobile devices
  • tablets
  • desktop

Установка

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.

Часто задаваемые вопросы

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.