From 4ac0d675f557ce9daddbf1002e339c869a58aab5 Mon Sep 17 00:00:00 2001 From: Madalina Raicu Date: Mon, 4 Dec 2023 18:10:32 +0000 Subject: [PATCH] fix: revert sortable setup --- libs/trades/src/lib/trades-table.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/libs/trades/src/lib/trades-table.tsx b/libs/trades/src/lib/trades-table.tsx index fe33cee5c..db97a3869 100644 --- a/libs/trades/src/lib/trades-table.tsx +++ b/libs/trades/src/lib/trades-table.tsx @@ -59,7 +59,6 @@ export const TradesTable = ({ onClick, ...props }: Props) => { field: 'price', type: 'rightAligned', cellClass: changeCellClass, - sortable: false, valueFormatter: ({ value, data, @@ -93,7 +92,6 @@ export const TradesTable = ({ onClick, ...props }: Props) => { headerName: t('Size'), field: 'size', type: 'rightAligned', - sortable: false, valueFormatter: ({ value, data, @@ -113,7 +111,6 @@ export const TradesTable = ({ onClick, ...props }: Props) => { field: 'createdAt', type: 'rightAligned', cellClass: 'text-right', - sortable: false, flex: 1, // make created at always fill remaining space valueFormatter: ({ value,