Beschrijving
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
- adds Button extension with HTML5 export and Print preview + JSZip for excel export
Installatie
- Make sure you are using WordPress 4.0 or later and that your server is running PHP 5.2.4 or later (same requirement as WordPress itself)
- Install and activate the plugin as usual from the ‘Plugins’ menu in WordPress.
Beoordelingen
Bijdragers & ontwikkelaars
“WP DataTable” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
BijdragersVertaal “WP DataTable” naar jouw taal.
Interesse in de ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
0.2.7 (2025-01-31)
- Fix Contributor XSS via id attribute (reported by zaim via Wordfence)
0.2.6 (2022-11-02)
- Update jQuery DataTables to 1.11.1
0.2.5 (2018-04-13)
- fix copyright info
0.2.4 (2017-11-07)
- Update jQuery DataTables to 1.10.16
- Fixed sort icon paths
0.2.3 (2017-07-23)
- Update jQuery DataTables to 1.10.15
- Added Datatables with Button plugin, served if attribute fat=1
0.2.2 (2017-01-18)
- Fix sort images paths
- Update jQuery DataTables to 1.10.13
0.2.1 (2016-10-29)
- Fix warning
- Include more datatables extensions
0.2.0 (2016-09-04)
- Initial release