vue-good-table icon indicating copy to clipboard operation
vue-good-table copied to clipboard

@on-row-click event does not work for header rows in a grouped table

Open barancev opened this issue 3 years ago • 1 comments

Issue Type

  • [x] Enhancement Request

Specs

2.21.11

What browser? NodeJS

Expected Behavior

There is a need for a click event on a header row in a grouped table (e.g. to open an editor for the group)

There are two ways to implement this feature, I don't nkow which one is better:

  1. Attach existing @on-row-click even to header rows too,
  2. Implement a new event type @on-header-row-click

barancev avatar Feb 05 '22 13:02 barancev

I also have need for this capability. I think recommendation 2 in @barancev's post would work better from a user perspective.

HTrayford avatar Mar 22 '23 14:03 HTrayford