fix: revert sortable setup

This commit is contained in:
Madalina Raicu
2023-12-04 18:10:32 +00:00
parent 1e5c523bc4
commit 4ac0d675f5
-3
View File
@@ -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,