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
Sorting a q-table on a boolean value throws TypeError: s.toLowerCase is not a function.
q-table
TypeError: s.toLowerCase is not a function
Easily fixed by adding sort: (a,b) => a - b to column config but shouldn't boolean sorting work out of the box?
(a,b) => a - b
The text was updated successfully, but these errors were encountered:
feat: QTable - Sorting on boolean column fails #1689
6291793
Available in 0.15.7
Sorry, something went wrong.
Fixes issue quasarframework#1689 (Sorting on Bool col fails)
0f98936
- Corrects typos in commit 6291793
Merge pull request #4445 from pw4rn3r/fix-table-bool-sort
1c47714
fix: QTable - Sorting on boolean column fails (fix #1689)
No branches or pull requests
Sorting a
q-table
on a boolean value throwsTypeError: s.toLowerCase is not a function
.Easily fixed by adding sort:
(a,b) => a - b
to column config but shouldn't boolean sorting work out of the box?The text was updated successfully, but these errors were encountered: