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
742 stars 278 forks source link

how to update the data for the table? #232

Open dljzc opened 1 month ago

dljzc commented 1 month ago

i have a time event table $('#container').treetable({ data: tabledata, columns:[ {data:"Name"}, {data:"StartTime"}, {data:"EndTime"}, ] });

can you tell me how to update the table when the data changes?