-
Notifications
You must be signed in to change notification settings - Fork 183
Open
Labels
Category: BugPR or issue that aims to report or fix a bugPR or issue that aims to report or fix a bugLanguage: JavascriptPR or issue that update Javascript codePR or issue that update Javascript code
Description
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
Labels
Category: BugPR or issue that aims to report or fix a bugPR or issue that aims to report or fix a bugLanguage: JavascriptPR or issue that update Javascript codePR or issue that update Javascript code