81
Views
1
Comments
Solved
How to create an ellipsis menu inside the table row in the reactive web?

Hi, how to create an ellipsis menu with the use of ellipsis vertical icon inside the table row? Thanks~



2022-08-03 04-32-50
Ravi Punjwani
Solution

You can place the icon (ellipsis) in the last column, right aligned, wrapped in a link that executes a client action On Click.

In that client action, you put all your logic to show the popover menu.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.