You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a spike ticket, which adds functionality to the change request table, where you can select multiple change requests at a time and request them to be reviewed all in one action.
Acceptance Criteria
A working, clean solution is provided that solve the above description.
Proposed Solution
You will likely have to look at the CR table code and look at the DataGrid component, and see if there is something you can do with selecting multiple CRs at a time. The following reference may be helpful: https://mui.com/x/react-data-grid/, there is a prop checkboxSelection that you might find useful.
Mocks
No response
The text was updated successfully, but these errors were encountered:
Description
This is a spike ticket, which adds functionality to the change request table, where you can select multiple change requests at a time and request them to be reviewed all in one action.
Acceptance Criteria
A working, clean solution is provided that solve the above description.
Proposed Solution
You will likely have to look at the CR table code and look at the DataGrid component, and see if there is something you can do with selecting multiple CRs at a time. The following reference may be helpful: https://mui.com/x/react-data-grid/, there is a prop
checkboxSelection
that you might find useful.Mocks
No response
The text was updated successfully, but these errors were encountered: