willwillis / job-tracker-dashboard

0 stars 0 forks source link

Enhancement Request to Prisma Table / Edit & Save Functionality #10

Closed willwillis closed 4 years ago

willwillis commented 4 years ago

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:

  1. Choose a Model
  2. Filter Results
  3. Click pencil icon to edit a row
  4. Make edits and hit Save
  5. 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.

image

AhmedElywa commented 4 years ago

We can update sections order or step order by drag and drop like i do in config page with fields order

willwillis commented 4 years ago

No action was taken - Closing