I want to pin the actions column in a material-react-table on the right by default. is there any way to achieve this?
I tried using the following, but it did not return the desired result.
initialState={{ columnPinning: { right: ["RowActions"] }, }}
The default name for row actions is mrt-row-actions, you may try this: