Skip to content

Commit

Permalink
disable sorting (#1127)
Browse files Browse the repository at this point in the history
* disable sorting

* same thing but better

---------

Co-authored-by: Tom Chapman <tchapman000@gmail.com>
  • Loading branch information
TomChapmanGov and tom0827 authored Oct 30, 2023
1 parent 69650c2 commit 027c63b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,7 @@ const EventListTable = ({

return (
<MasterTrackTable
enableSorting={false}
enableRowSelection={(row) => row.original.type !== "Milestone"}
enableSelectAll
enablePagination
Expand Down

0 comments on commit 027c63b

Please sign in to comment.