madmax983 / Lightning-Data-Grid

A data grid for Lightning Component Framework
MIT License
25 stars 13 forks source link

Config option for Tree #19

Closed madmax983 closed 7 years ago

madmax983 commented 7 years ago

Right now even if a grid has no hierarchy, the grid will run its algos to determine the children structure. Should provide a config to avoid that and have a perf improvement when using the grid for non-tree situations.

madmax983 commented 7 years ago

Closed with #22