"No data available in table" appear in the table even when there is data available in the available
"No data available in table" appear in the table even when there is data available in the available
rickie
Posts: 3Questions: 3Answers: 0
I use $(".datatable").DataTable();
to initialize my datatable
I have been struggling with this and I couldn't find answers.
Pls help!
Answers
https://datatables.net/forums/discussion/12899/post-test-cases-when-asking-for-help-please-read#latest
Post a test case please.
It looks like your data table is empty on "init" (when initialization has been completed) and those two rows are added after initialization and outside the Data Tables API so that Data Tables doesn't "know" about them. But all of this is guess work without a test case ...