In-line editing of fields on index page #4229
Unanswered
jimarick
asked this question in
Ideas & Feature Requests
Replies: 1 comment
-
Yes. This is much needed. It could also be depending on the user/policy. If admin, then enable inline edit. Specially in development and testing, you need to activate and deactivate configurations constantly. A toggle directly on the index is the best approach; 1 click, done! Currently, you have to:
Too much. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would love to for nova to ship with an option to edit text and Boolean fields on the index page of a resource. Perhaps users could apply the ->inlineEdit() method to a field, or even an $inlineEdit property to the resource class.
Then on the resource index page there could be an inline edit toggle to turn it on and off. This would allow users to change text fields, or toggle Booleans on and off from the index.
I'm aware of some third party packages providing similar functionality, but something first party would be really nice.
I have a database of thousands of questions, and it would be really nice to quickly scroll through them all clicking them as true/false on the index page, rather than going into the edit page of each item.
Beta Was this translation helpful? Give feedback.
All reactions