Bring back origin columns sort order
This commit is contained in:
parent
1f898bf7a8
commit
f4804993a2
@ -170,9 +170,9 @@ export const UserList = props => {
|
|||||||
/>
|
/>
|
||||||
<TextField source="id" sortBy="name" />
|
<TextField source="id" sortBy="name" />
|
||||||
<TextField source="displayname" />
|
<TextField source="displayname" />
|
||||||
<BooleanField source="deactivated" />
|
|
||||||
<BooleanField source="admin" />
|
|
||||||
<BooleanField source="is_guest" />
|
<BooleanField source="is_guest" />
|
||||||
|
<BooleanField source="admin" />
|
||||||
|
<BooleanField source="deactivated" />
|
||||||
<DateField
|
<DateField
|
||||||
source="creation_ts"
|
source="creation_ts"
|
||||||
label="resources.users.fields.creation_ts_ms"
|
label="resources.users.fields.creation_ts_ms"
|
||||||
|
Loading…
Reference in New Issue
Block a user