Remove ID sorter from Report View
This commit is contained in:
parent
5da5fd6146
commit
1e6981485b
@ -37,7 +37,6 @@ const ReportTable: React.FC = () => {
|
|||||||
title: 'ID',
|
title: 'ID',
|
||||||
dataIndex: 'ID',
|
dataIndex: 'ID',
|
||||||
key: 'ID',
|
key: 'ID',
|
||||||
sorter: (a, b) => a.ID - b.ID,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Created Date',
|
title: 'Created Date',
|
||||||
|
Loading…
Reference in New Issue
Block a user