Skip to content

Conversation

@jgbernalp
Copy link
Contributor

Description

This PR adds the selection actions to the table

Screenshots

Screenshot 2026-02-03 at 13 00 02 Screenshot 2026-02-03 at 12 59 52 Screenshot 2026-02-03 at 13 00 47

Checklist

  • Pull request has a descriptive title and context useful to a reviewer.
  • Pull request title follows the [<catalog_entry>] <commit message> naming convention using one of the
    following catalog_entry values: FEATURE, ENHANCEMENT, BUGFIX, BREAKINGCHANGE, DOC,IGNORE.
  • All commits have DCO signoffs.

UI Changes

  • Changes that impact the UI include screenshots and/or screencasts of the relevant changes.
  • Code follows the UI guidelines.

@jgbernalp jgbernalp requested review from a team and AntoineThebaud as code owners February 3, 2026 12:03
@jgbernalp jgbernalp requested review from shahrokni and removed request for a team February 3, 2026 12:03
@shahrokni
Copy link
Contributor

shahrokni commented Feb 4, 2026

I am just curious how it works. Actually as a user I am still confused how should I work with this feature.
It reminds me of the custom event of JS. Should I be able to define the event handler here? How? Somehow I should be able to handle the event when it is dispatched.

image

Signed-off-by: Gabriel Bernal <gbernal@redhat.com>
@jgbernalp jgbernalp force-pushed the add-actions-to-table branch from 9729d3c to 1478055 Compare February 4, 2026 10:18
@jgbernalp
Copy link
Contributor Author

I am just curious how it works. Actually as a user I am still confused how should I work with this feature. It reminds me of the custom event of JS. Should I be able to define the event handler here? How? Some how I should be able to handle the event when it is dispatched.

image

Yes, this is a custom JS event. This could be provided by any other plugins, embedded UIs, or the Perses UI by registering event callbacks. But this is just the trigger of a generic action, the action implementation depends on whoever implements the handler.

@shahrokni
Copy link
Contributor

I am just curious how it works. Actually as a user I am still confused how should I work with this feature. It reminds me of the custom event of JS. Should I be able to define the event handler here? How? Some how I should be able to handle the event when it is dispatched.
image

Yes, this is a custom JS event. This could be provided by any other plugins, embedded UIs, or the Perses UI by registering event callbacks. But this is just the trigger of a generic action, the action implementation depends on whoever implements the handler.

Hmm, I see. OK, cool!

@jgbernalp jgbernalp added this pull request to the merge queue Feb 4, 2026
Merged via the queue into main with commit a8dc5e1 Feb 4, 2026
13 checks passed
@jgbernalp jgbernalp deleted the add-actions-to-table branch February 4, 2026 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants