Skip to content

Commit

Permalink
feat: added global search on table panel
Browse files Browse the repository at this point in the history
  • Loading branch information
SagarRajput-7 committed Sep 8, 2024
1 parent d65276e commit 7de97c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/container/QueryTable/QueryTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,9 @@ export function QueryTable({
<ResizeTable
columns={tableColumns}
tableLayout="fixed"
// dataSource={newDataSource}
dataSource={filterTable === null ? baseData : filterTable}
scroll={{ x: true }}
pagination={paginationConfig}
sticky
// eslint-disable-next-line react/jsx-props-no-spreading
{...props}
/>
Expand Down

0 comments on commit 7de97c6

Please sign in to comment.