mendixlabs / mendix-tree-table

Mendix Tree Table (Mendix 8, React based, Webmodeler compatible)
https://appstore.home.mendix.com/link/app/111095/
Other
3 stars 5 forks source link

OnClick selection fire onchange parent #2

Closed JelteMX closed 4 years ago

JelteMX commented 4 years ago

When we do an on-click (button toolbar) and for example create a page that has a parent, we should do an on-change of that parent. When that happens, the parent should automatically retrieve its direct children.

This worked already for pages that were removed (hiding orphaned children), but should also work when we add a new page.

Propbably the best route to take:

This is an enhancement (or bug I didn't yet think about)