plugin-icon

DbTable to DataTable

Display mysql datas into datatable.
Beoordelingen
5
Laatst bijgewerkt
February 12, 2016
Versie
0.1
Actieve installaties
40

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.

Voorbeeld:

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.
Gratisop Creator abonnement
Door te installeren, ga je akkoord met de Servicevoorwaarden van WordPress.com en de voorwaarden voor plugins van derden.
Actieve installaties
40
Getest tot
4.4.33
Deze plugin kan worden gedownload, zodat je hem op je zelf-gehoste WordPress-installatie kan gebruiken.