mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
fixes: server side search fort table (#4335)
This commit is contained in:
parent
6b0e9409f5
commit
16935499b7
1 changed files with 1 additions and 1 deletions
|
|
@ -283,6 +283,7 @@ export function Table({
|
|||
autoResetPage: false,
|
||||
autoResetGlobalFilter: false,
|
||||
autoResetFilters: false,
|
||||
manualGlobalFilter: serverSideSearch,
|
||||
columns,
|
||||
data,
|
||||
defaultColumn,
|
||||
|
|
@ -437,7 +438,6 @@ export function Table({
|
|||
setGlobalFilter={setGlobalFilter}
|
||||
onComponentOptionChanged={onComponentOptionChanged}
|
||||
component={component}
|
||||
serverSideSearch={serverSideSearch}
|
||||
onEvent={onEvent}
|
||||
/>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Reference in a new issue