Skip to content

feat(TableColumnFilter): add StringComparison parameter #6127

@cyberwaelder-a

Description

@cyberwaelder-a

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe the problem.

Hi,

I am using the TableColumn, with Filterable="true".
What I noticed, was that the default search function uses the ordinal ".Contains()", that is case sensitive.

I was wondering if it would be possible to add something, that allows me to modify the Search function, such that I can add case-insensitive comparison, like most of the search fields do.

you can try with the demo app:
https://www.blazor.zone/table/filter
it not possible to search case-insensitive.

Thank you very much.
Kind regards

Describe the solution you'd like

No response

Additional context

No response

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions