Keep getting a warning when i populate the table. I have a dropdown list that posts to the controller and a switch decides what to populate the table with. I had posted an issue about it (see link) and was told to use the data tables theme. I did and it works but i also get a popup saying:
[quote]Datatables warning (table id = ‘groceryCrudTable’): cannot reinitalise table
To reteive the data tables object for this table pass no arguments or see the docs for bRetreive and bDestroy.[/quote]
Also the table is overflowing the boundry.(if that makes sense) see image: http://imgur.com/zS0DV
Origional Post:
http://www.grocerycr...ata-with-where/
Datatable warning
Started by Mike Darling, 05 December 2012 - 01:34 AM
- Single Page
Posted 05 December 2012 - 01:34 AM
Posted 08 December 2012 - 02:57 AM
Check that you are loading the required grocery_CRUD css and js files correctly in your view.
I had the same error when accidentally loading these files multiples times due to a bug in my MVC template.
I had the same error when accidentally loading these files multiples times due to a bug in my MVC template.