Open dljzc opened 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?
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?