Deskripzioa
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
Instalazioa
- 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.
Berrikuspenak
Laguntzaileak eta Garatzaileak
“WP DataTable” software librea da. Ondoko pertsonek egin dizkiote ekarpenak plugin honi.
LaguntzaileakItzul zaitez WP DataTable zure hizkuntzara.
Garapena interesatzen zaizu?
Araka kodea, begiratu SVN biltegia edo harpidetu garapen erregistrora RSS bidez.
Aldaketen loga
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