Examples › Row actions cell
If a simple row click or cell click handler is not enough and context menus are not your thing, implementing a row actions cell using the column render
function should’t be difficult.
No records
Here is the code:
Heads up
Constraining the actions column width
If you want to constrain the actions column to be no wider than its content, you can set its width
to '0%'
and, if you have more than one action icon, make sure the actions are wrapped in a Mantine Group component with wrap='nowrap'
:
No records
Here is the code:
Head over to the next example to discover more features.