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
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)
Forum post
We have
grid.store.getChildren(record, true)
where the second argument is the unfiltered property which isfalse
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 possiblytreeNode.getChildren()
too)