If you see nothing then use the following plugin code:
{arijdatatable bLengthChange="true" asStripClasses="list_odd,list_even" iDisplayLength="20"} {arisqltable}{ariconnectionstring dbHost="localhost" dbName="db_name" dbUser="root" dbPass="dbpwd" dbType="mysqli" persistent="false"}{arisqltablecolumns}{arisqltablecolumn id="Date" alias="Date" headerClassName="head"}{arisqltablecolumn id="Desc" alias="Description" headerClassName="head"}{/arisqltablecolumns}{arisqltablequery} SELECT DATE_FORMAT(date_case,'%d-%m-%Y')AS Date,`desc` AS `Desc` FROM tbl_a {/arisqltablequery}{/arisqltable} {/arijdatatable}
If you see 'Date' column and don't see 'Description' column, send SQL dump of your table by
email so we can try to reproduce the problem on our test server.
Regards,
ARI Soft