Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search by column #89

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Search by column #89

wants to merge 1 commit into from

Conversation

NadavShaar
Copy link
Owner

@NadavShaar NadavShaar commented May 9, 2022

V1.1.1 - Search by column

Animation

NEW:

  • searchText property on each column.
  • searchByColumn prop to global config.
  • setColumnSearchText to searchApi.
  • onColumnSearchTextChange: (searchText, columnField, tableManager) => { ... } event prop.
  • SearchColumn component.
  • New icon: sortUnsorted.
  • CSS classes: rgt-search-column-input, rgt-cell-header-content-container, rgt-sort-icon-unsorted & rgt-cell-header-with-search.

UPDATE:

  • highlightSearch: will highlight the search term for column search if searchByColumn configured OR the global search.

TO-DO:

  • Check for search renderer / search component in the column config to support custom types of inputs.
  • Update CodeSandbox demos.
  • Update Docs.
  • Update Async(s) examples including sidebar controllers (in-project).

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

Successfully merging this pull request may close these issues.

1 participant