bProcessing not displaying any message
bProcessing not displaying any message
ben_roth
Posts: 3Questions: 0Answers: 0
I'm trying to use the bProcessing flag to display a "loading" message when my table is loading data. There is a very large amount of data, so when unfiltered the table can take several seconds to load and it's not clear to the users that anything is happening. However, when I set 'bProcessing': true nothing seems to change. At this point I'm just trying to get the built-in message to display, but it doesn't seem to be working. What needs to be done besides setting the bProcessing flag?
This discussion has been closed.
Replies
Allan
After some further testing I've learned that enabling the bProcessing flag actually prevents the table from populating. When I comment out that line there is no issue loading data, but it might take a few seconds and there's no indication that it's processing. However, when I enable the flag the table never populates at all. Not only is there no message, but there's no data.
Allan