No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Andreykauf
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 4
    • Best 1
    • Groups 0

    Andreykauf

    @Andreykauf

    1
    Reputation
    146
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Andreykauf Follow

    Best 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

      posted in Framework
      Andreykauf
      Andreykauf

    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

      posted in Framework
      Andreykauf
      Andreykauf
    • [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?

      posted in Framework
      Andreykauf
      Andreykauf
    • 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.

      posted in Announcements
      Andreykauf
      Andreykauf
    • Element Resize Observable. Pass size to data

      Hello everyone!

      I have a grid of QCards and I want to change size of each card.

      0_1528268195572_62fca7cf-d62a-461b-99e0-102492c63974-изображение.png

      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.

      0_1528268448035_59b62314-d169-4ecd-85ad-1875f032a61d-изображение.png

      on this pic: items - is the array of cards

      Thanks for any answer

      posted in Help
      Andreykauf
      Andreykauf