WP DataTable

WP DataTable Install Statistics

0
100%
Today: 11 Yesterday: 11 All-time: 12,412 downloads
WP DataTable Icon

Try plugin: WP DataTable

We'll create fresh WordPress site with WP DataTable installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About WP DataTable

WP DataTable provides simple possibility to include raw javascript DataTables in any blog post or page, that will add advanced interaction controls to …

6


0


0


0


0

updated: 1 year ago
since: 7 years ago
author: Samuel Behan

Description

WP DataTable is a WordPress plugin for insertion of static or dynamic DataTable functionality (http://datatables.net/) to any blog post or page.
Extensions included: Buttons (fat=1), Column visibility, HTML5 export (fat=1), Print view (fat=1), ColReorder, FixedColumns, FixedHeader, Responsive, Select

Features

  • Provision of DataTables script and css style
  • Full configuration via raw javascript (see https://datatables.net/reference/option/ for more info)

Usage

[wp-datatable id="ID" fat="LEVEL"]
    paging: false,
    responsive: true,
    search: true,
    //.. and more - see https://datatables.net/reference/option for full reference
[/wp-datatable]
  • id – specifies ID of existing table to which datatable functionality should be applied
  • fat – (optional) provide fat version of datatables (see Fat level)
  • CONTENT – optional datatables configuration

Fat level

  1. adds Button extension with HTML5 export and Print preview + JSZip for excel export