Open ame-appsmith opened 1 year ago
add this functionality beacuse if we want to delete a particular row and the fucntionality is in such a way that ,if a user wants to delte the row he has to first select the row and click on the respective delete button for that row and the row gets deleted. to tell user that to first select a row and click on delete button will be more precise as we can given this message in the tooltip otherwise the user will keep on clicking the delete button which will lead to bad situation.
@Jay0360 can i know why you are asking the user to select and delete the column?
Currently there is no option to add tooltip/hint to Column type Button / Icon Button. Without tooltip application user doesn't know on click what button/icon button inside a column will do.
This feature will help developers to add hint/tooltip to columns type Button/Icon Button and application user will know exactly what button will do by hovering over the button / icon button.
Is there an existing issue for this?
Summary
We need a tooltip similar to the regular Button and Icon Button widgets for the buttons/icon buttons that are inside a Table column.
Use case: The user has a Table widget with contact details of customers, and the Email column is of type icon button. When they hover on this icon button, they want to display the email address in a tooltip. Front thread
Why should this be worked on?
This would improve the user experience for many use cases, where a tooltip is required for buttons and icon buttons inside table columns.
Front conversations