core
core copied to clipboard
enhancement: DataTable - reload options fix
Default Scenario:
Case 1: Create Entity Form Submission On form submit success show success dialogue
- Close the details pane modal in mobile not in web.
- Reload the data removing all the filter
- Select the created data after reload
- User can pass on additional action via props
Case 2: Update Entity Form Submission On form submit success show success dialogue
- Close the details pane modal in mobile not in web.
- Reload the data with existing filter
- Select the updated row
- User can pass on additional action via props
Other than point 3 all done