We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d79c07 + 608c289 commit 83a63ebCopy full SHA for 83a63eb
flux/src/helpers/index.tsx
@@ -110,18 +110,13 @@ export function ObjectEvents(props: { events: any }) {
110
muiTableBodyCellProps: {
111
align: 'right',
112
},
113
- sortingFn: (rowA, rowB) => {
114
- return (
115
- new Date(rowB.lastTimestamp).getTime() - new Date(rowA.lastTimestamp).getTime()
116
- );
117
- },
118
119
]}
120
data={events}
121
initialState={{
122
sorting: [
123
{
124
- id: 'Age',
+ id: 'age',
125
desc: false,
126
127
],
0 commit comments