Advanced features

Posts under the "Advanced features" category

Advanced settings

The plugin uses jQuery DataTables to publish a table on a web page. The jQuery DataTables library has a lot of configurable options, which allow users of this library to change the look and feel.The plugin uses a set of default options. To allow plugin users to...

Large tables & performance

Three ways to improve performance! There are more... Skip estimated row counts Force user to press ENTER on new search Progressively SHOW MORE button Skip estimated row countsTables are using pagination by default. Although pagination improves the user experience, it...

Progressively SHOW MORE

The SHOW MORE button allows users to progressively load more rows into their tables by disabling pagination completely.Inline demoEnable SHOW MORE buttonThe plugin adds pagination to data tables by default. To switch from pagination to the...

Custom queries

Create data tables from custom queries (requires a premium license).Supports Any SQL query (that results in a table. Commands that don't result in a table are not applicable.) Global search Search Panes Search Builder Export and custom buttons Advanced options Usage...

Custom Post Types

Creating data tables from custom post types requires a premium license.Supports Global search Search Panes Search Builder Export and custom buttons Advanced options Selectable post typesClick the config button after the post type drop down list to configure selectable...

Row grouping

Row grouping is a premium feature which allows plugin users to group row data.Inline demo server-side row groupingEnable row groupingWith WP Data Access premium...

Responsive master-detail

WP Data Access allows users to create relationships between data tables. One table acts as the master table and another as the detail table. When the user clicks on a row of the master table, the detail table is automatically updated to reflect the...

Master-detail tables

It is possible to combine two data tables to create a master detail page. This gives you more flexibility than the standard popup for both, the master and the detail table. The master table adds a dynamic hyperlink for each row to the detail page. Response...