appsmith
appsmith copied to clipboard
feat-Added onHoverValue event property for table widget
PR Type
Enhancement
Description
- Added
onHoverCell
prop to various table components to handle cell hover events. - Implemented
handleHoverTable
method inTableWidgetV2
to manage hover events. - Updated property configurations to include
onHoverTable
action.
Summary by CodeRabbit
-
New Features
- Added cell hover functionality to tables, allowing for interactive responses to cell hover events.
-
Enhancements
- Updated table components to support new
onHoverCell
prop, enhancing interactivity and user experience. - Refined help text and property names in the table widget configuration for better clarity.
- Updated table components to support new