Hello,
It seems that 'expand/collapse' state of childs are not saved beetween data modifications/filtering/etc with griddle+subgrids.
So, for example, we have some hierarchical data, user expand some parent rows. Then data update is triggered - grid rerenders, all parent rows resets to 'collapsed' state.
The same story with filtering, please take a look at example: http://jsfiddle.net/zcpf1gfs/
How to reproduce (using jsfiddle above):
- open dev console;
- expand all/some rows;
- start typing in 'Filter' box, for example: "Child".
Actual result: all parent rows collapse, error thrown ("Invariant Violation: findComponentRoot(..., .0.1.2.0.0.0.3.0.0.0.0.1.0): Unable to find element...")
Am I right or just missed some configuration options? If so, can we have some fix or workaround for this? Maybe the #104 is the reason?
Thanks in advance and best regards, really appreciate your work with Griddle.
Hello,
It seems that 'expand/collapse' state of childs are not saved beetween data modifications/filtering/etc with griddle+subgrids.
So, for example, we have some hierarchical data, user expand some parent rows. Then data update is triggered - grid rerenders, all parent rows resets to 'collapsed' state.
The same story with filtering, please take a look at example: http://jsfiddle.net/zcpf1gfs/
How to reproduce (using jsfiddle above):
Actual result: all parent rows collapse, error thrown ("Invariant Violation: findComponentRoot(..., .0.1.2.0.0.0.3.0.0.0.0.1.0): Unable to find element...")
Am I right or just missed some configuration options? If so, can we have some fix or workaround for this? Maybe the #104 is the reason?
Thanks in advance and best regards, really appreciate your work with Griddle.