core icon indicating copy to clipboard operation
core copied to clipboard

Dynamic property hierarchy?

Open joneit opened this issue 8 years ago • 0 comments

It would be nice if Hypergrid had a property to specify the properties hierarchy because I can see how some apps would prefer a different order, especially the ability to flip the order of applying row and column properties.

The current order is:

grid ← column ← row ← cell

It would be nice to be able to flip it to:

grid ← row ← column ← cell

Unfortunately, this is not possible in a performant way due to the current design. However it may be possible in a future version if we can address the design issue.

joneit avatar Dec 18 '17 21:12 joneit