AndrejGajdos/nested-datatables

Cannot initialize plugin

sarpay opened this issue · 1 comments

hello.. i tried the new build right after i saw your message. first thing i noticed was that name of the library has changed to nested.tables.min.js. after i replaced the include with the latest build, i started getting the following error : "Uncaught ReferenceError: lib is not defined".. in short it seems that lib is no longer available for initialization.

Hi @sarpay I tried it and it should work. Sorry, I changed constructor and forgot to update README.

Does nestedTables.TableHierarchy work for you?

var table = new nestedTables.TableHierarchy("example", dataInJson, settings);
table.initializeTableHierarchy();