Skip to content
New issue

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

QTable - Sorting on boolean column fails #1689

Closed
affanshahid opened this issue Mar 4, 2018 · 1 comment
Closed

QTable - Sorting on boolean column fails #1689

affanshahid opened this issue Mar 4, 2018 · 1 comment
Milestone

Comments

@affanshahid
Copy link

Sorting a q-table on a boolean value throws 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?

@rstoenescu rstoenescu added this to the v0.15.7 milestone Mar 4, 2018
@rstoenescu
Copy link
Member

Available in 0.15.7

pw4rn3r added a commit to pw4rn3r/quasar that referenced this issue Jun 23, 2019
rstoenescu added a commit that referenced this issue Jun 23, 2019
fix: QTable - Sorting on boolean column fails (fix #1689)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants