Open acacha opened 9 years ago
Using destroy to rollback to initial table after jquery-treetable is applied not works as (I) expected. The span indenters are conserved so the table doesn't come back to previous initial state.
this should do:
$("#treetable").find(".indenter").remove();
Using destroy to rollback to initial table after jquery-treetable is applied not works as (I) expected. The span indenters are conserved so the table doesn't come back to previous initial state.