My problem is solved for me.
https://github.com/quasarframework/quasar/issues/2460
Razvan said there is no problem here

Best posts made by Andreykauf
-
RE: [Solved] QDataTable sort booleans
Latest posts made by Andreykauf
-
RE: [Solved] QDataTable sort booleans
My problem is solved for me.
https://github.com/quasarframework/quasar/issues/2460
Razvan said there is no problem here -
[Solved] QDataTable sort booleans
I have an issue with sort by boolean colums.
I solved problem by changing default sort function shown here like this:
if (typeof A === 'boolean' && typeof B === 'boolean') { return (( A === B ) ? 0 : A ? -1 : 1) * dir }
Am I alone with this issue?
-
RE: Quasar v0.17.17 & CLI v0.17.20 are out!
Very good news!
Would to know more about 2-3-4x faster render times.
Realy need or long selects.
-
Element Resize Observable. Pass size to data
Hello everyone!
I have a grid of QCards and I want to change size of each card.
This example https://quasar-framework.org/components/element-resize-observable.html#Basic-Usage
Works perfectly, but I can’t figure out how to save size of specific card to it’s object in cards array.on this pic: items - is the array of cards
Thanks for any answer