This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of 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” به زبان شما.

علاقه‌ مند به توسعه هستید؟

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

گزارش تغییرات

1.0

  • initial release.