Description
Is your feature request related to a problem? Please describe.
Not a problem, more of a challenge - organizing busy user interfaces with a lot of tables.
Describe the solution you'd like
It's very common to want to add buttons to tables. The current option appears to be a custom column of type Button. This works for one button, but if you want 3-4 buttons and/or just don't want a big-screaming-button always visible in the UI, it gets busy fast.
Some table components in other solutions have a "Row Actions" option set at the table level. These are usually more subtle buttons shown in a smaller left- or right-aligned overlay when hovering over a row. That means they're hidden when not needed (less busy) and it's easier to set up more than one.
Describe alternatives you've considered
So far the Button type column is the only option I've found.
Additional context


If you think this is the kind of task a newbie might contribute I'd be happy to take a poke, but I'm very new to LowCoder so I'm not sure I'd pull it off well.
Metadata
Metadata
Assignees
Type
Projects
Status
Activity
FalkWolsky commentedon Feb 13, 2025
Did you explore the Dropdown Button Column Type? Maybe this could be helpful to organise a small edit menu per row?
We understand that the customization options are too limited for the button and the interaction pattern of the dropdown is not exactly as you envision.
We see multiple ways to proceed and develop a better solution:
What could you prefer and imagine?
crrobinson14 commentedon Feb 15, 2025
It's a fair question. Currently we are using a Dropdown as you described above to work around this for now. Of the three options, it seems the cleanest, and is doable today with existing LowCoder functionality. It looks fairly nice and is pretty easy to use.
The downside it has (and the other options also share) is that it still requires an additional column. This means:
If it wasn't clear from the original post above, the feature request here is for:
That being said I'm having a doubt about my original request because I'm not sure how solutions like Retool are dealing with the hover aspect in mobile. That might introduce enough clumsiness that the whole idea is a bad one, so maybe the Dropdown with the ellipsis icon as you've shown is the best option anyway... 🤔