appsmithorg / appsmith

Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.
https://www.appsmith.com
Apache License 2.0
34.6k stars 3.73k forks source link

[Feature]: Add Tooltip for Buttons/Icon Buttons Inside Table Columns #21544

Open ame-appsmith opened 1 year ago

ame-appsmith commented 1 year ago

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. image 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 logo Front conversations

Jay0360 commented 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.

dilippitchika commented 1 year ago

@Jay0360 can i know why you are asking the user to select and delete the column?

mwaheedTAG commented 5 months ago

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.