Material-table: Is it possible to move the editable actions at the end of the row?

Created on 20 Aug 2019  路  1Comment  路  Source: mbrn/material-table

Is it possible to have the editable actions (edit, delete, save, cancel...) at the right side of the row?

Most helpful comment

Found it!

There is an example on how to position the action column:
https://material-table.com/#/docs/features/actions

options={{actionsColumnIndex: -1}}

>All comments

Found it!

There is an example on how to position the action column:
https://material-table.com/#/docs/features/actions

options={{actionsColumnIndex: -1}}

Was this page helpful?
0 / 5 - 0 ratings