mleibman / SlickGrid

A lightning fast JavaScript grid/spreadsheet
http://wiki.github.com/mleibman/SlickGrid
MIT License
6.81k stars 1.98k forks source link

Display of heirarchical JSON data in Slickgrid without flattening #1021

Open Thasha opened 9 years ago

Thasha commented 9 years ago

I have hardcoded JSON data that has to be binded to slickgrid. I am doing it by flattening the JSON data. Is it possible to display data in slickgrid without flattening?

6pac commented 9 years ago

No

gcko commented 9 years ago

Yes, but you have to write some custom formatters to handle it. See the example *.html files for examples of custom formatters