Request new features or modifications
Hi Bryntum Team,
I'm encountering an issue with Advanced Header Filters on columns that display chips. The filters don't seem to work at all on these columns, even the free text search doesn't return any results.
The same filters are working fine on other columns, such as numeric fields.
I've attached demo screenshots showing the filters working on number columns but not on the chip-based ones.
Has anyone else experienced this? Is there a known workaround or fix for this behavior?
Thanks in advance!
-
Attachments
-

- not working on chips.png (223 KiB) Viewed 458 times
-

- working with number column.png (219.36 KiB) Viewed 458 times
Hi,
This is intended. ChipView has HTML inside and sorting is disabled by default. You can enable sort and provide custom sort function with the logic you need.
Docs:
https://bryntum.com/products/grid/docs/api/Grid/column/Column#config-sortable
it allows functions, just pass the logic you need.
All the best,
Alex Lazarev
How to ask for help? Please read our Support Policy
We do not write the code in bounds of forum support. If you need help with development, contact us via bryntum.com/services
Hi Alex,
Thank you for your response.
To clarify, the issue we’re facing is specifically with Advanced Header Filtering on columns that render data as chips — the filtering is not functioning as expected.
Please let us know if you require any additional details or if we can assist further in reproducing the issue.
Best regards,
Hi,
I am afraid, I need more details. Please provide steps to reproduce, actual and expected result. I guess, we just need to add filterable: false
https://bryntum.com/products/grid/docs/api/Grid/column/Column#config-filterable to chip column, to avoid using it in filtering, or provide custom filter method. I can't say exactly before you explain particular problem.
All the best,
Alex Lazarev
How to ask for help? Please read our Support Policy
We do not write the code in bounds of forum support. If you need help with development, contact us via bryntum.com/services