You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
Add Event Handler Suppport to text column type - as there you could use a Icon already (prefix / suffix-icon)
Add better styling and Icon support for the Button column type
Add a new "actionbutton" column type focussing to your described function and esthetics.
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.
The text was updated successfully, but these errors were encountered: