Ang plugin na ito ay hindi pa nasusubukan sa pinakabagong 3 major release ng WordPress. Maaaring hindi na ito minamantine o sinusuportahan at maaaring may mga isyu sa compatibility kapag ginamit sa mas bagong bersyon ng WordPress.

WP Responsive Tables

Deskripsyon

Responsive tables by given css selectors.

Mga Screenshot

Pag-install

Install it as normal.

Usage

output tables as following:

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.

Mga Review

Wala pang reviews para sa plugin na ito.

Mga Contributor at Developer

Ang “WP Responsive Tables” ay open source software. Ang mga sumusunod na tao ay nag-ambag sa plugin na ito.

Mga Contributor

Ang “WP Responsive Tables” ay naisalin na sa 1 (na) locale. Salamat sa mga tagasalin para sa kanilang mga kontribusyon.

Isalin ang “WP Responsive Tables” sa iyong wika.

Interesado sa development?

Tingnan ang code, i-check ang SVN repository, o mag-subscribe sa development log sa pamamagitan ng RSS.

Changelog

1.0

  • initial release.