DeferredLoading Message change

DeferredLoading Message change

harkirat10harkirat10 Posts: 1Questions: 1Answers: 0

In version 2.2.2 of datatables when i set the deferLoading parameter (as i dont want the data in the table to be loaded on page load but only on subsequent server side ajax requests by user) then the table would simply dispaly message 'No data available in table". In version 2.3.0 this behavior seems to have changed so that the message says 'Loading.....'.
I want the old message to stick as the data will not be loaded until a user requests it. Is there a way to force this message when deferLoading is used in 2.3.0?

Answers

  • allanallan Posts: 64,379Questions: 1Answers: 10,628 Site admin

    Interesting one. That change was in this commit to fix the problem described in this thread.

    I'll need to have a think to see if I can figure out a way to address both use cases...! Can you show me your initialisation config?

    Allan

Sign In or Register to comment.