I use this plugin to get the tree table: http://ludo.cubicphuse.nl/jquery-plugins/treeTable/doc/
It works great, except for one thing that I need, which is lazy loading of content.
It provides a callback function when opening a folder, which I then use to retrieve a freshly baked branch and use the ajax call to populate it with data. It works fine in the table, but the added rows do not match the indented structure in which they should.
Call jQuery ('# tree-table'). treeTable ({}); after adding additional lines, it leads to the correct indentation, but also destroys the tree, which annoys the user navigating along a deep path.
Has anyone else tried to do something similar with treeTable?
source share