reside-ic / TreeTables

:deciduous_tree: jQuery plugin extending jquery-datatables to support tree data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: cannot handle null data

hillalex opened this issue · comments

Null data in any cell breaks the whole plugin. Building the search object that contains all child data in a string calls .toString() on possible null values.