Navigation

    Quasar Framework

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. vuras
    V
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    vuras

    @vuras

    2
    Reputation
    6
    Posts
    817
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    vuras Follow

    Posts made by vuras

    • RE: [v1] QSelect is a downgrade

      I mean that usage is overcomplicated now. Some useful features was removed and it is left for the user to reproduce it again in favor of customizability? I am not angry or anything, I just think it is kind of messed up now.

      posted in Framework
      V
      vuras
    • [v1] QSelect is a downgrade

      Hello everyone,

      Is it me or is it the QSelect is a downgrade for the casual use of the component?

      I know that now it is more customizable, but for the casual use, older QSelect was so much easier and intuitive to use. You just put the options and that’s it.

      There is a lot of props you have to remember. Filtering is a nightmare now, you need to write and mixin a simple filtering function everywhere. The filtering CSS of the field is fucked up also, input is added after the selection, and if the selection is long, then the height of the component doubles and the design of the page is distorted.
      filter_field.png
      Sublabel is removed also which makes you customize every select for just a single sublabel.

      What thoughts do you have, guys?

      posted in Framework
      V
      vuras
    • RE: Quasar v0.15 Roadmap

      Hello, maybe there is an approximate release date scheduled? 🙂

      posted in Announcements
      V
      vuras
    • RE: flexible datatable row

      Looks like last two columns were set as sticky. After I made it non sticky, problem disappeared. So IMHO it’s a bug with sticky columns.

      posted in Framework
      V
      vuras
    • flexible datatable row

      Hello,

      is it somehow possible to make rowHeight flexible to the content in a row?
      I want to put progress bars in my datatable, and every row can have 0-infinity progress bars.
      So the problem is that when rowheight is static, datatable is rendered incorrectly.

      0_1506943552358_table_rows.png

      posted in Framework
      V
      vuras