|  |  |  | 
|---|
|  |  |  | <TextField source="seqNum" /> | 
|---|
|  |  |  | </ReferenceField> | 
|---|
|  |  |  | {/* <TextField source="seqNum" label="table.field.action.seqNum" /> */} | 
|---|
|  |  |  | <NumberField source="priority" label="table.field.action.priority" sortable={false} /> | 
|---|
|  |  |  | <NumberField source="priority" label="table.field.action.priority" sortable={false} sx={{ fontWeight: 'bold' }} /> | 
|---|
|  |  |  | {/* <TextField source="name" label="table.field.action.name" /> */} | 
|---|
|  |  |  | <ReferenceField source="actionType" label="table.field.action.actionType" reference="actionType" link={false} sortable={false}> | 
|---|
|  |  |  | <TextField source="name" /> | 
|---|