bryntum / support

An issues-only repository for the Bryntum project management component suite which includes powerful Grid, Scheduler, Calendar, Kanban Task Board and Gantt chart components all built in pure JS / CSS / TypeScript
https://www.bryntum.com
54 stars 6 forks source link

Document unfiltered parameter to getChildren function #9782

Open marciogurka opened 3 months ago

marciogurka commented 3 months ago

Forum post

We have grid.store.getChildren(record, true) where the second argument is the unfiltered property which is false by default. It's not documented, so we need to document that to make it clear to the user about the usage.

Also make treeNode.unfilteredChildren public (and possibly treeNode.getChildren() too)