I have a data table, where each row is a record. I want to do it like Windows or One Drive / Outlook etc. By right clicking on the table item open a menu with the options "Delete" "Edit" and "Hide."
I've been researching these interactions with the right button but I've only found equivalent to disable his click on the whole page.
How would you apply this concept only to display the menu ..
The scenario is:
A table with columns ID and Name, each line has an ID and Name, right-clicking on a line opens a menu with the options "Edit", "Delete", "Hide", where each option is a link, such as: "edit.php? id = ID", where ID is the number of the first column.
I did not put code because I could not implement anything like that and the table is a common table.