Skip to content

Add searchable table filters#23145

Open
cerredz wants to merge 1 commit into
ElemeFE:devfrom
cerredz:issuehunt-3308-table-filter-search
Open

Add searchable table filters#23145
cerredz wants to merge 1 commit into
ElemeFE:devfrom
cerredz:issuehunt-3308-table-filter-search

Conversation

@cerredz
Copy link
Copy Markdown

@cerredz cerredz commented May 15, 2026

Summary

  • add an opt-in filter-search input to table column filter panels
  • support default text matching plus a custom filter-search-method
  • document the new props and expose them through TypeScript declarations and web-types metadata

Verification

  • npx eslint packages/table/src/filter-panel.vue packages/table/src/table-column.js test/unit/specs/table.spec.js web-types.json --quiet
  • node -e "JSON.parse(require('fs').readFileSync('web-types.json','utf8'))"
  • git diff --check

Note: npm run build:theme cannot run on this host because node-sass@4.11.0 does not support Node.js v22.12.0 on Windows.

Fixes #3308

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature request] Filtering tables through search field

1 participant