ludo / jquery-treetable

jQuery plugin to show a tree structure in a table
http://ludo.cubicphuse.nl/jquery-treetable
GNU General Public License v2.0
739 stars 278 forks source link

destroy method should remove more thinks like indenters #180

Open acacha opened 8 years ago

acacha commented 8 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.

fuatsengul commented 7 years ago

this should do:

$("#treetable").find(".indenter").remove();