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

Description

Responsive tables by given css selectors.

Screenshots

  • mobile devices
  • tablets
  • desktop

Installation

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.

FAQ

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.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“WP Responsive Tables” is open source software. The following people have contributed to this plugin.

Contributors

“WP Responsive Tables” has been translated into 1 locale. Thank you to the translators for their contributions.

Translate “WP Responsive Tables” into your language.

Interested in development?

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

Changelog

1.0

  • initial release.