Re-Init Data-Table

Re-Init Data-Table

MathiasWeisheitMathiasWeisheit Posts: 7Questions: 0Answers: 0
edited April 2011 in General
I have an application with jqueryui. In a jquerui.dialog a Datatable is integrated. Afert closing and reopening the dialog, the datatable is not rendered. Also refreshing instead of new init does'nt work.
Is it possible to destroy the hole datatables object. So that I can re-init it. Or can we find an other solution?

P.S. I can give you also access to the application.

Replies

  • John ArcherJohn Archer Posts: 56Questions: 1Answers: 0
    You can pass "bDestroy": true as an option to your datatable's object init code to make it destroyable.
This discussion has been closed.