Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Add sorting functionality on all fields in table
Browse files Browse the repository at this point in the history
  • Loading branch information
ohltyler committed Apr 3, 2020
1 parent d93d70c commit fc38470
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/pages/DetectorsList/utils/tableUtils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export const staticColumn = [
</span>
</EuiToolTip>
),
sortable: false,
sortable: true,
dataType: 'number',
align: 'right',
width: '100px',
Expand All @@ -149,7 +149,7 @@ export const staticColumn = [
</span>
</EuiToolTip>
),
sortable: false,
sortable: true,
dataType: 'date',
width: '100px',
align: 'left',
Expand All @@ -170,7 +170,7 @@ export const staticColumn = [
</span>
</EuiToolTip>
),
sortable: false,
sortable: true,
dataType: 'date',
width: '100px',
align: 'left',
Expand Down

0 comments on commit fc38470

Please sign in to comment.