Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.0.0-beta-2
-
None
-
None
Description
In some cases it may be necessary to walk up the ancestor chain to locate the nearest non-flattening parent. For example, a column component that wants to locate the containing table component would need to skip over any flattening components in between. Opening this issue to request that we provide a utility method for this instead of requiring each case where this is needed to re-implement.