Skip to content

Commit

Permalink
TableGlobalFilter update
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikMatiasko committed Aug 4, 2024
1 parent 597258a commit c5c03c0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/components/Atomic/TableNew/Table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ const Table: FC<Props> = (props) => {
toggleAllRowsSelected,
isAllRowsSelected,
toggleAllPageRowsSelected,
preGlobalFilteredRows,
setGlobalFilter,
state: { pageIndex, pageSize, selectedRowIds, globalFilter },
} = useTable(
Expand Down Expand Up @@ -236,7 +235,6 @@ const Table: FC<Props> = (props) => {
i18n={{
search: i18n.search,
}}
preGlobalFilteredRows={preGlobalFilteredRows}
setGlobalFilter={setGlobalFilter}
showFilterButton={showFilterButton}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export type Props = {
i18n: {
search: string
}
preGlobalFilteredRows: any
setGlobalFilter: any
showFilterButton?: boolean
}
Expand Down

0 comments on commit c5c03c0

Please sign in to comment.