datatable shows a empty alert (pop-up alert with empty content)
datatable shows a empty alert (pop-up alert with empty content)
Hi everyone,
I create a master-detail page, clicking on each item of left panel will show detail list of records in right panel (it's master-detail model).
This page is working except one odd thing which is : when a size of records in right panel is over 292 items(I did test, it's really issue at 293), it will show a empty content alert. This empty alert is annoying, because it shows nothing, user doesn't know what is going on, user must click on ok to close it to be able to see the new refresh data. So after closing this alert dialog, user can see the new data without any issue.
I have tried to set error mode of datatable is none, even tried to comment all alert functions in source code jquery.dataTable.js (DataTables 1.10.10)
But it takes no effect.
I wonder where is this alert come from? has anyone ever seen this kind of issue before ? and how to fix it?
Thanks in advance for all the fix suggestion.