Hi,
is it possible to change the actions column order to be the last one? I can't find any reference in the documentation.
Any suggestion will be appreciated
Thanks
There is an example on how to position the action column
https://material-table.com/#/docs/features/actions
options={{
actionsColumnIndex: -1
}}
Most helpful comment
There is an example on how to position the action column
https://material-table.com/#/docs/features/actions