How to fire a datatable event manually?
How to fire a datatable event manually?
gauravmak
Posts: 22Questions: 4Answers: 0
I want to fire draw event manually after datatable is already initialized. How can that be achieved?
This discussion has been closed.
Answers
You need to actually draw the table (
draw()
). DataTables doesn't present an API that can be used to manually trigger events (since passing all the required parameters would be difficult to do without a lot of code bloat).Allan