Alerts
Alerts
glau
Posts: 2Questions: 0Answers: 0
It might be a good idea to change all alerts to throws as I just ran into an instance where infinite alerts from datatable crashed by machine.
This is the alert that I'm getting:
DataTables warning: Unable to re-initialise DataTable. Please use the API to make any configuration changes required.
What would cause this? I am trying to make multiple calls to datatable on different tables individually (passing different settings); is this possible?
This is the alert that I'm getting:
DataTables warning: Unable to re-initialise DataTable. Please use the API to make any configuration changes required.
What would cause this? I am trying to make multiple calls to datatable on different tables individually (passing different settings); is this possible?
This discussion has been closed.
Replies
I do hope to do a debug version of DataTables at some point which will be able to give trace debug information and more control over this kind of error message. Certainly I'm going to unify how the messages are presented in the next version.
Allan