-
Notifications
You must be signed in to change notification settings - Fork 502
Open
Description
Consider an object containing an array: {ARRAY: [...Array(n)], ...otherfields}
, with collapse={1}
.
- as long as
n
is smaller thangroupArraysAfterLength
,ARRAY
collapses as expected - as soon as
n
ist larger thangroupArraysAfterLength
,ARRAY
is expanded (to collapsed groups)
I would have expected ARRAY
to remain collapsed, no matter its length, with groupArraysAfterLength
only taking effect after ARRAY
is expanded (manually, or by raising collapse
to 2
).
With a large number of groups in ARRAY
, this can be a problem, as there seems to be no way to really collapse ARRAY
(short of setting groupArraysAfterLength={0}
, which collapses ARRAY
but leads to an unwieldy view when ARRAY
is expanded).
Metadata
Metadata
Assignees
Labels
No labels