Hide disabled table row actions when all rows are disabled #5002
Replies: 2 comments
-
|
Comment for discussion bump. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Implemented in Nova 4.19.0 |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
I appreciate that this change came from the discussion I started, and I am grateful a solution has been implemented: #4844
However, I didn't expect it to show all buttons all the time even if that resource will never have a row where that action is enabled. For example, this resource can never be
viewedoreditedbut can conditionally bedeleted:With the patch (proof of concept) linked above, it will hide a column of icons if all rows are disabled for each specific action. For example, this resource instead would display like this as only

deletehas some rows where the action is enabled:Beta Was this translation helpful? Give feedback.
All reactions