Scope: I believe this is an enhancement for Paljs/PrismaTable, not just for my project, but I didn't want to post screenshots to the main project page
Issue Description: I would like for the user to return back to filtered results set after editing a row.
Steps:
Choose a Model
Filter Results
Click pencil icon to edit a row
Make edits and hit Save
User is returned back to unfiltered model.
Desired Outcome: I would like for the user to be taken back to the filtered results. My specific use case is editing Section Order on a Dashboard. I go to Section, filter by dashboard, make the edit, then to edit the other rows, I have to filter all Sections again by Dashboard name.
Question is it possible to link to a model with filter applied in menuItems.ts - if so, that would give me a workaround.
Scope: I believe this is an enhancement for Paljs/PrismaTable, not just for my project, but I didn't want to post screenshots to the main project page
Issue Description: I would like for the user to return back to filtered results set after editing a row.
Steps:
Desired Outcome: I would like for the user to be taken back to the filtered results. My specific use case is editing Section Order on a Dashboard. I go to Section, filter by dashboard, make the edit, then to edit the other rows, I have to filter all Sections again by Dashboard name.
Question is it possible to link to a model with filter applied in
menuItems.ts
- if so, that would give me a workaround.