WP DataTable

WP DataTable provides simple possibility to include raw DataTables in any blog post or page.

Author:Samuel Behan (profile at wordpress.org)
WordPress version required:4.0
WordPress version tested:6.1
Plugin version:0.2.6
Added to WordPress repository:06-09-2016
Last updated:02-11-2022
Rating, %:100
Rated by:6
Plugin URI:https://devel.dob.sk/wp-datatable
Total downloads:12 468
Active installs:600+
plugin download
Click to start download

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

ChangeLog