mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
update antd table onchange filter type
This commit is contained in:
parent
49b3e002c2
commit
c8c1c92136
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ export const ListsTable = (props: RouteComponentProps & Props) => {
|
|||
}}
|
||||
onChange={(
|
||||
_pagination: PaginationConfig,
|
||||
_filters: Record<keyof List, string[]>,
|
||||
_filters: Partial<Record<keyof List, string[]>>,
|
||||
_sorter: SorterResult<List>,
|
||||
extra: TableCurrentDataSource<List>
|
||||
) => setVisibleLists(extra.currentDataSource)}
|
||||
|
|
|
|||
Loading…
Reference in a new issue