-
-
Notifications
You must be signed in to change notification settings - Fork 42
add abortable before events for sorting, filtering, pagination and maybe grouping #266
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
I'm submitting a Feature request
Motivation / Use Case
When using a backend service (e.g. OData) and modified (edited, added, removed) data has not been sent to the server, yet, changes to filters, sorting, pagination and possibly grouping can cause loss of the modified data. I would like to be able to intercept and prevent these option changes to warn the user of the potential loss of unsaved changes.
Expected Behavior
Additional onBefore... (abortable) events or optional functions should be available/providable that allow for interception (and abortion) of those option changes.
Other Information
I'm willing to help implement these features but I'm open for other ideas, feedback and possible workarounds.
Best regards
David
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request