Skip to content

Commit 5101b2d

Browse files
committed
disable sort on custom columns
1 parent bd67803 commit 5101b2d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/TaskAnalysisTable/TaskAnalysisTable.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ export const TaskAnalysisTableInternal = (props) => {
206206
const display = row.original.geometries?.features?.[0]?.properties?.[key];
207207
return row.original ? <div>{display ?? ""}</div> : null;
208208
},
209+
disableSortBy: true,
209210
};
210211
} else {
211212
return columnTypes[column];

0 commit comments

Comments
 (0)