Need a javascript ( or other js ) plugin that supports expandble tree tables with dynamic row insertion

I need a recommendation on a js plugin that turns html tables into expandable tree-like views. Similar to this and jquery treetable.

But I need one key feature that I haven’t spotted yet: Add new children rows on clicking a parent.

If a parent is clicked I will grab its children row data from a
remote SharePoint server, and I need the plugin to create and insert
those rows under the parent.

In other words the plugin must support “on-click-like” function that will create new children expandable rows on the fly.

I don’t think I want to use DataTables because it is a bit too much
proprietary for my needs. I need it more native to JS frameworks.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.