Tagged Questions

0
votes
2answers
1k views

Creating a sortable tree/grid in Javascript

I'd like to create a tree structure from JSON, but with multiple columns that can be sorted. I've seen lots of implementations of trees and grids but never one mixed. Does anyone know of a plugin or …