Using this wordpress plugin, you can use jQuery Datatables in your wordpress pages/posts.
-
Download the plugin.
-
Upload and install the plugin.
-
Activate the plugin
-
In any page or post use the shortcode [adt_demo_datatables] to load the demo datatable
-
Plugin dynamically creates some configuration files in the plugin directory. Make sure the plugin directory is writable by the webserver process.
-
PHP version : 5.5+ (Reported by Paul Agner)
-
Create a new Adore Datatable by following the instruction in the "Manage" tab of "Adore Datatables" menu in Wordpress Admin Control Panel.
-
After you create an Adore Datatable, use the shortcode given there in any page or post.
-
Shortcode will be similar to [adore-datatables id="1"] or [adore-datatables table="table_name"]
-
Current plugin is still under Testing. Need to implement many features. Please checkout Project Roadmap for more details.
-
Some features are under development, so you may find them missing. Please create a ticket in the Project's github page.
-
Create Datatable based on your existing database tables/views
-
Make it Server Side (Ajax) or a Normal HTML Table
-
Universal or Individual Column Filtering (Under testing. Not available in release 0.0.3)
-
Add the dynamically generated datatable to anywhere in the page/post by shortcode.
- Please create a ticket in the github page to request for features.