WP Manifestindependent plugin directory
manifest / content / tablepress-footable

TablePress Extension: FooTable

An extension to the TablePress plugin adding support for FooTable

by ThemeAvenue · github.com/themeavenue/tablepress-footable · website

1stars
3forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/themeavenue/tablepress-footable/archive/refs/heads/master.zip

Readme

TablePress-FooTable

An extension to the TablePress plugin adding support for FooTable.

How It Works

In order to enable the FooTable features, some extra content must be added to the first line of your table. Let's call this content triggers.

All triggers will be of the for #trigger#. For instance, to enable the toggle feature of FooTable, we will add the trigger toggle:

My cell content #toggle#

Here is the list of supported triggers (we will add more later):

  • #toggle#
  • #hide-phone#
  • #hide-tablet#

Example

Read the full README on GitHub →