QTable with per-row context menu without using body slot #9428
Unanswered
davthedev
asked this question in
General - Components / Directives / etc
Replies: 1 comment 1 reply
-
Yes you can , you can put your own selection checkboxes in the q-table's selection slot.
What do you mean? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I would like to show contextual operations for each row of a QTable, using a right-click menu.
So far, the only successful solution I came up with is to use the body slot and add the QMenu there.
The drawback of that approach are:
Is there any other possible approach which does not require overriding the body slot?
I have tried this idea:
Beta Was this translation helpful? Give feedback.
All reactions