We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.24.0
data-search-formatter="false"
I would expect the search to use the raw value instead of the formatted value. But it turns out the implementation will always use the formatted value at https://github.com/wenzhixin/bootstrap-table/blob/4913290e032ad468f3b10ac2feb782f132be82bf/src/extensions/filter-control/utils.js#L324C13-L324C20.
https://live.bootstrap-table.com/code/crmky/18486
This is just a workaround. I saw the code will skip to use column related formatter if editable is enabled.
editable
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bootstraptable version(s) affected
1.24.0
Description
data-search-formatter="false"
.I would expect the search to use the raw value instead of the formatted value. But it turns out the implementation will always use the formatted value at https://github.com/wenzhixin/bootstrap-table/blob/4913290e032ad468f3b10ac2feb782f132be82bf/src/extensions/filter-control/utils.js#L324C13-L324C20.
Example(s)
https://live.bootstrap-table.com/code/crmky/18486
Possible Solutions
This is just a workaround. I saw the code will skip to use column related formatter if
editable
is enabled.Additional Context
No response
The text was updated successfully, but these errors were encountered: