Skip to content

Commit

Permalink
fix: priceDelta column sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbenoit-richez committed Aug 4, 2023
1 parent d1ab566 commit 95f001f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hooks/column.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ export const priceDeltaColumn: ColumnFn<number> = (t,span) => {
header: "Price delta",
cell: ({ row }) => <OfferPriceDelta offer={row.original}/>,
enableSorting: true,
sortingFn: "alphanumeric",
enableGlobalFilter: true,
meta: { colSpan: span },
}
Expand Down

0 comments on commit 95f001f

Please sign in to comment.