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

Rendering tree after reading data from file #205

Closed billyboybean closed 7 years ago

billyboybean commented 7 years ago

I am trying to load data from a file using the jquery ajax function inserted in a sharepoint page.

I have successfully got the table to draw but it is not rendering the tree structure even though when I copy the table contents generated by the script and copy it into another static file that does not use the ajax function the tree structure renders correctly.

Any ideas? I'm guessing it's to do with the order that the scripts are being run / styles being applied but struggling to figure it out.