Data exists in the table, but the table displays ' no data available in table'
Data exists in the table, but the table displays ' no data available in table'
https://debug.datatables.net/esumox
While updating the checkboxes in column 1, very rarely all the data completely disappears and nets me 'No data available in table' message, which is strange because its not even my set message.
"oLanguage": {
"emptyTable": "No data available in table, try changing your options or refresh your browser if the problem continues.",
"sEmptyTable": "No data available in table, try changing your options or refresh your browser if the problem continues."
}
What scenario would it bypass this and go back to the default? I'm not familiar with dataTables enough to understand what causes this issue.
looking at the debug log, the data is in there, yet the full table state notes the table's are empty?
Any help would be appreciated.
Answers
It shouldn't! Your value should be overwriting the default for that instance and it shouldn't be possible for the default to be used since it no longer exists.
Can you give me a link to the page so I can debug it please.
Allan
it's on a custom salesforce page. not sure how I can link you the page...
I'm not sure either I'm afraid. Can you recreate the issue on JSFiddle or live.datatables.net?
Allan