Add support for ListView row actions #4
Replies: 3 comments 2 replies
-
I get what you mean. I'd have to think about that one as this kind of stuff makes things look really ugly really fast. Other option at the moment is you could implement a bulk action https://docs.getkonstrukt.net/api/bulk-actions |
Beta Was this translation helpful? Give feedback.
-
Actually, one option could be something like what we implemented in Vendr. If we say row actions must just be triggered by a single button we could add a context menu like this You could then potentially provide row actions to add to that list and Konstrukt could just execute a method in a handler class. |
Beta Was this translation helpful? Give feedback.
-
Just to say, this feature is coming in 1.1.0 🥳 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Be really cool if you could say have a list view, and the display value was an input. Say a true/false checkbox/slider, and when checked it would fire an event or your own defined method.
So I could check it or update content from click within an input directly in the listview. Not sure if I have explained that correctly.
Beta Was this translation helpful? Give feedback.
All reactions