appsmith icon indicating copy to clipboard operation
appsmith copied to clipboard

feat-Added onHoverValue event property for table widget

Open prasad-madine opened this issue 8 months ago • 2 comments

Screenshot from 2024-06-09 21-41-04


PR Type

Enhancement


Description

  • Added onHoverCell prop to various table components to handle cell hover events.
  • Implemented handleHoverTable method in TableWidgetV2 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.

prasad-madine avatar Jun 21 '24 05:06 prasad-madine