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

Make subscription to context optional #9

Closed JelteMX closed 4 years ago

JelteMX commented 4 years ago

When the context object changes, the table will collapse. This might not be necessary when the context object is the same (same guid).

I might be able to only reload data when:

In other cases, I can make subscription optional. It's also a possibility to make the subscription only optional for a list of subscribed attributes/references. That way I don't have to disable subscriptions when doing the on selection change.