mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix(web): enable sorting Description column, fixes #1518
This commit is contained in:
parent
33c0fe42c8
commit
c43805f6d2
1 changed files with 1 additions and 0 deletions
|
|
@ -114,6 +114,7 @@ export const ListsTable = (props: RouteComponentProps & Props) => {
|
|||
title="Description"
|
||||
key="Description"
|
||||
dataIndex={nameof<List>("description")}
|
||||
sorter={(a, b) => a.description.localeCompare(b.description)}
|
||||
width={
|
||||
!tablePageSize.isNarrowWindow && !tablePageSize.isWideWindow
|
||||
? 423
|
||||
|
|
|
|||
Loading…
Reference in a new issue