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
Hi,
When filtering with case sensitive the filter does not find upper case.
Live example: https://jsfiddle.net/cujh01qm/1/ Searching for AAA should keep the last row visible. Instead no rows are visible.
Pasting it here as well:
$(function() { $("#IndexTable").tablesorter( { widgets : [ "filter", 'mark' ], widgetOptions: { filter_childRows : true, filter_ignoreCase : false, mark_caseSensitive: true, } }); });
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
When filtering with case sensitive the filter does not find upper case.
Live example: https://jsfiddle.net/cujh01qm/1/
Searching for AAA should keep the last row visible. Instead no rows are visible.
Pasting it here as well:
$(function() {
$("#IndexTable").tablesorter( {
widgets : [ "filter", 'mark' ],
widgetOptions: {
filter_childRows : true,
filter_ignoreCase : false,
mark_caseSensitive: true,
}
});
});
The text was updated successfully, but these errors were encountered: