Skip to content

FilterDataTable whitespace collapsing problems #8385

@driusan

Description

@driusan

The FilterableDataTable can cause confusion if the data in the table contains multiple consecutive whitespace characters. The table cell will collapse the whitespace to a single space as per HTML whitespace-collapsing rules, but searching for the string containing a single space will not match the result.

For instance, if a cell contains a b it will be rendered as "a b" but searching for a b will not match the row because the data is a b and not a b

Metadata

Metadata

Assignees

No one assigned

    Labels

    Category: BugPR or issue that aims to report or fix a bugLanguage: JavascriptPR or issue that update Javascript code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions