lowcoder icon indicating copy to clipboard operation
lowcoder copied to clipboard

[Feat]: Add a Tooltip on Edit icon on an Editable Table

Open adnanqaops opened this issue 1 year ago • 0 comments
trafficstars

Is your feature request related to a problem? Please describe.

We have an "Edit" icon on each column header of an Editable Table Component. I thought that in order to Edit the Table values, we need to click on those "Edit" icons. But, nothing happened on click the "Edit" icon. Later, I figured out that we need to double click on individual Column values to Edit it. But, this is a potential issue which our User can also face. So, we can avoid this problem via a Simple Tooltip.

Screenshot 2024-07-08 at 5 47 01 PM

Describe the solution you'd like

  1. Add a tooltip on "Edit" icon.
  2. Hovering over "Edit" icon should display the Tooltip.
  3. Tooltip text : "Double Click on an individual column value to Edit it"
  4. Add capability to Activate/Deactivate the Tooltip.
  5. Add capability to Style the Tooltip.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

adnanqaops avatar Jul 08 '24 13:07 adnanqaops