Este plugin não foi testado com as 3 últimas grandes versões do WordPress. Pode já não ser suportado e pode ter problemas de compatibilidade quando usado com versões mais recentes do WordPress.

WP Responsive Tables

Descrição

Responsive tables by given css selectors.

Ecrãs

Instalação

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.

Perguntas frequentes

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.

Avaliações

Este plugin não tem avaliações.

Contribuidores e programadores

“WP Responsive Tables” é software de código aberto. As seguintes pessoas contribuíram para este plugin:

Contribuidores

“WP Responsive Tables” foi traduzido para 1 locale. Obrigado aos tradutores pelas suas contribuições.

Traduza o “WP Responsive Tables” para o seu idioma.

Interessado no desenvolvimento?

Consulte o código, consulte o repositório SVN, ou subscreva o registo de alterações por RSS.

Registo de alterações

1.0

  • initial release.