DataTable showing 0 to 0 of 0 entries
DataTable showing 0 to 0 of 0 entries
Hello,
Here is my HTML and Javascript code
http://jsfiddle.net/jA84x/
my json response:
{"aaData":[{"cat_clientId":"000","categoryId":"32","categoryName":"INDIVIDUAL","categoryDescription":"","cat_last_activity":"2014\/07\/25 15:43:40 admin"},{"cat_clientId":"000","categoryId":"128","categoryName":"AA","categoryDescription":"","cat_last_activity":"2014\/07\/26 17:26:43 admin"},{"cat_clientId":"000","categoryId":"129","categoryName":"D","categoryDescription":"","cat_last_activity":"2014\/07\/26 17:27:09 admin"},{"cat_clientId":"000","categoryId":"130","categoryName":"Q","categoryDescription":"","cat_last_activity":"2014\/07\/26 17:28:48 admin"}]}
My dataTable is showing all the records but search,sort and other functionality are not working.
Also, there is a message showing 0 to 0 of 0 entries.
Am I doing something wrong?
Thanks.