change position operation column to first
This commit is contained in:
@@ -490,7 +490,7 @@ const OperatorList = () => {
|
|||||||
table_name={"roadSafetyOperatorList"}
|
table_name={"roadSafetyOperatorList"}
|
||||||
TableToolbar={Toolbar}
|
TableToolbar={Toolbar}
|
||||||
enableRowActions
|
enableRowActions
|
||||||
positionActionsColumn={"last"}
|
positionActionsColumn={"first"}
|
||||||
RowActions={RowActions}
|
RowActions={RowActions}
|
||||||
/>
|
/>
|
||||||
</Box>
|
</Box>
|
||||||
|
|||||||
@@ -596,7 +596,7 @@ const SupervisorList = () => {
|
|||||||
table_name={"roadSafetyOperatorList"}
|
table_name={"roadSafetyOperatorList"}
|
||||||
TableToolbar={Toolbar}
|
TableToolbar={Toolbar}
|
||||||
enableRowActions
|
enableRowActions
|
||||||
positionActionsColumn={"last"}
|
positionActionsColumn={"first"}
|
||||||
RowActions={RowActions}
|
RowActions={RowActions}
|
||||||
/>
|
/>
|
||||||
</Box>
|
</Box>
|
||||||
|
|||||||
Reference in New Issue
Block a user