Wordpress plugins
DbTable to DataTable

DbTable to DataTable

Version : 0.1
Tested up to : 4.4.11
Number of download : 1650
Average rating : 5 / 5 on 3 votes 3 votes, 5 avg.rating

Screenshots

DbTable to DataTable
DbTable to DataTable
DbTable to DataTable
DbTable to DataTable

This plugin allows you to display the content of MySql tables into sortable html tables thanks to the DataTable jQuery Plugin. You don’t need any configuration and once installed, it is ready to use. Simply add the shortcode [dbtable] into an article or a page and you will have a nice and clean table. Examples: All parameters that contain more than one value have to be separated by commas without spaces. Minimum needed : [dbtable from=MysqlTableName] select=field1,field2,field3 will display all rows of the table and only specified fields except=field1,field2,field3 will display all rows of the table except specified fields cssClass=class1,class2 will add class1 and class2 to the class attribut of the table comments=true|(false) true will use comments specified in each field of the MySql table as datatable column names. If true and if a comment is missing, the plugin fallback on field name only for the one missing, not for the entire table. pagination=true|(false) will show/hide the bottom pagination links. If false, make sure you have the limit parameter large enough to display all your datas limit=25 Display 25 rows by default.

Download now