While I was working on some web app using DataTables, I came across with the following error

DataTables warning: table id=k_table_1 – Cannot reinitialise DataTable. For more information about this error, please see http://datatables.net/tn/3

https://datatables.net/manual/tech-notes/3

The solution was to normalize the id for the table.
Where I had k_table_1 now I have ktable1.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.