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'

jzhang74jzhang74 Posts: 3Questions: 2Answers: 0

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

  • allanallan Posts: 61,665Questions: 1Answers: 10,096 Site admin

    What scenario would it bypass this and go back to the default?

    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

  • jzhang74jzhang74 Posts: 3Questions: 2Answers: 0

    it's on a custom salesforce page. not sure how I can link you the page...

  • allanallan Posts: 61,665Questions: 1Answers: 10,096 Site admin

    I'm not sure either I'm afraid. Can you recreate the issue on JSFiddle or live.datatables.net?

    Allan

This discussion has been closed.