⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Datatable warning



Mike Darling
  • profile picture
  • Member

Posted 05 December 2012 - 01:34 AM

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/

kenilik
  • profile picture
  • Member

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.