chniter / bstreeview

Bootstrap Treeview, A very simple plugin to build a basic and elegant Treeview with bootstrap 4. See the demo:
https://chniter.github.io/bstreeview/
Apache License 2.0
367 stars 53 forks source link

Handle case where data is ALREADY a data payload #12

Closed HiltonGiesenow closed 4 years ago

HiltonGiesenow commented 4 years ago

First off, thanks for the library, I just found it and am hoping to use in a project.

I'm running into an issue when I pass an array in (basically as per your example) because it's trying to parse it as JSON, and it's not, it's an array. This fixes that issue.

Cheers