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 on customized cell elements not working #13

Open
Oybekuz opened this issue Nov 8, 2023 · 2 comments
Open

Search on customized cell elements not working #13

Oybekuz opened this issue Nov 8, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@Oybekuz
Copy link

Oybekuz commented Nov 8, 2023

client side search not working when elements are customized

search by status on this page to reproduce:
https://vristo-vue.vercel.app/datatables/multiple-tables
for example "PAID"

@bhaveshpatel200 bhaveshpatel200 added the enhancement New feature or request label Nov 9, 2023
@bhaveshpatel200
Copy link
Owner

Hi Oybekuz,

Yes, currently search will work on db columns names which you added in columns array.
This is not issue but I will think about this features in new future release.

image

@ThomasKoscheck
Copy link

ThomasKoscheck commented May 2, 2024

Hi @bhaveshpatel200,

I guess he meant, that if you dynamically change the value, the column not searchable anymore.

Example:

 {
    field: 'id',
    cellRenderer: d => '#' + d.id,
    title: 'Id',
    filter: true,
    sort: true,
  }

and you search via global or column search, the row is not returned.
Even if you search for d.id instead of #d.id

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants