mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
parent
70769d43db
commit
2505f42dde
1 changed files with 2 additions and 2 deletions
|
|
@ -68,9 +68,9 @@ export const ListsTable = (props: RouteComponentProps & Props) => {
|
|||
dataIndex={nameof<List>("name")}
|
||||
sorter={(a, b) => a.name.localeCompare(b.name)}
|
||||
defaultSortOrder={"ascend"}
|
||||
width={tablePageSize.isNarrowWindow ? 576 : 200}
|
||||
width={tablePageSize.isNarrowWindow ? undefined : 200}
|
||||
className={styles.nogrow}
|
||||
fixed="left"
|
||||
fixed={tablePageSize.isNarrowWindow ? undefined : "left"}
|
||||
filterDropdown={searchNameColumn.filterDropdown}
|
||||
filterIcon={searchNameColumn.filterIcon}
|
||||
onFilter={searchNameColumn.onFilter}
|
||||
|
|
|
|||
Loading…
Reference in a new issue