lowcoder
lowcoder copied to clipboard
[Feat]: Add a Tooltip on Edit icon on an Editable Table
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.
Describe the solution you'd like
- Add a tooltip on "Edit" icon.
- Hovering over "Edit" icon should display the Tooltip.
- Tooltip text : "Double Click on an individual column value to Edit it"
- Add capability to Activate/Deactivate the Tooltip.
- 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.