Navigation

    Quasar Framework

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Help
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes

    Help

    • J

      tabs Arrows not displaying
      • jeimz173

      2
      0
      Votes
      2
      Posts
      75
      Views

      Did you put the tabs within a QPage? I believe that is necessary. https://jsfiddle.net/smolinari/0nw2o6ce/ Scott
    • A

      reset state in vuex
      • ael

      5
      0
      Votes
      5
      Posts
      181
      Views

      A

      Thanks that works
    • P

      Pattern property for q-input
      • pavarine

      5
      0
      Votes
      5
      Posts
      289
      Views

      R

      I think to introducing patterns for inputs is very important to cover
    • Firebase functionality using state
      • iodoli

      1
      0
      Votes
      1
      Posts
      64
      Views

      No one has replied

    • Tabs Styling - Full Width / Justify on Desktop
      • uebbi

      5
      0
      Votes
      5
      Posts
      1649
      Views

      P

      It does not work for me <q-tabs> <q-tab slot="title" icon="input"/> <q-tab slot="title" icon="input"/> </q-tabs> ... <style scoped> .-tabs-scroller, .q-tab { flex: 1 1 auto; } </style> PD: @rstoenescu did you made the specifil class?
    • L

      How to change the color of the text of a placeholder
      • Laulu

      3
      0
      Votes
      3
      Posts
      385
      Views

      E

      I placed this in my app.styl $desired-color = purple .q-if .q-input-target-placeholder color $desired-color !important .q-input-target &::-webkit-input-placeholder /* Chrome/Opera/Safari */ color $desired-color !important &::-moz-placeholder color $desired-color !important &:-ms-input-placeholder color $desired-color !important May it helps
    • A

      Handling error 500 on SPA mode
      • ael

      1
      0
      Votes
      1
      Posts
      61
      Views

      No one has replied

    • J

      q-card-media overlay
      • JazzOne

      2
      0
      Votes
      2
      Posts
      55
      Views

      N

      There’s no way of having two overlays, it is not expected. Neverthless you can leverage on positioning and CSS to have what you’re asking, although not elegant IMHO. See my fiddle.
    • J

      Vuex with DataTable error when mutating value
      • jjurado

      1
      0
      Votes
      1
      Posts
      39
      Views

      No one has replied

    • D

      q-table: column setting field to object.property
      • Dabnis

      2
      0
      Votes
      2
      Posts
      78
      Views

      Look closely at the comments in the example code section here: https://quasar-framework.org/components/datatable.html#Defining-the-Columns The bit about nested properties. Scott
    • F

      What is best practice for :loading on multiple Q-Btns?
      • FascistDonut

      2
      0
      Votes
      2
      Posts
      61
      Views

      This help? https://jsfiddle.net/smolinari/r3fjus0L/ Scott
    • C

      q-table fixed column width
      • charlesvinoth

      2
      0
      Votes
      2
      Posts
      68
      Views

      P

      Try this at your datatable columns definition: cols: [ { name: “status”, align: “left”, filter: true, sortable: true, style: ‘width: 40px’, type: “string” }, ]
    • P

      Q-List sortable
      sortable dragable • • pavarine

      8
      0
      Votes
      8
      Posts
      244
      Views

      Thanks for the explanations. I myself am, unfortunately, not the experienced developer to offer any sort of decent discussion on this. I’d like to suggest pinging Razvan after 1.0 RC is released, to discuss. I also know, plans are being made by @Hawkeye64 to create a dnd extension for Quasar. Maybe he can give more insight into those plans and possibilities. Scott
    • K

      Unable to run quasar dev
      • klassenjo

      2
      0
      Votes
      2
      Posts
      57
      Views

      K

      Actually we just fixed it. Of all things, we had to delete the .quasar folder and let it regenerate when running quasar dev. I don’t know what could have affected the files there, but if anyone runs into this issue give it a shot.
    • M

      Option Group: 'dark' property doesn't change text color to light
      • mas

      1
      0
      Votes
      1
      Posts
      42
      Views

      No one has replied

    • J

      How to organize a family of Quasar-based projects that are using common/internal components & modules
      • jaguard

      3
      2
      Votes
      3
      Posts
      209
      Views

      Q

      with git you could use this: https://git-scm.com/book/en/v2/Git-Tools-Submodules or with mercurial this: https://www.mercurial-scm.org/wiki/Subrepository IMHO private npm/yarn or other module manager doesn’t work in shared code/developer scenario (it works in distribution/production scenarios however).
    • T

      Using Quasar components within an App Plugin
      • turigeza

      4
      0
      Votes
      4
      Posts
      120
      Views

      T

      @metalsadman Thank you ! I believe you but I couldn’t find it you know what it’s like. I went through the docs a couple of times already … : ) That one liner helps me a great deal and reassures me yes it is how it supposed to be done. So thanks again : )
    • N

      cordova plugins not working
      • native

      2
      0
      Votes
      2
      Posts
      98
      Views

      F

      Hi, did you try with other plugins like the ones in the quasar guide : https://quasar-framework.org/guide/cordova-plugins.html ? Are they aded to your config.xml in your codova folder ?
    • D

      How can I do drawer on the small screen under header?
      • Denni

      2
      0
      Votes
      2
      Posts
      74
      Views

      Hi. The theory being that you want the most screen real estate for the drawer in a mobile app, the drawer is always above everything else. This is “standard”. So, the drawer was never designed to be under the header in mobile mode and there is no setting to make it that way. If you are worried about closing the drawer, that can happen via tapping outside of the drawer of swiping it to the left (for a left drawer). Scott
    • K

      Remove transition in side menu und top bar
      • kaisermikato

      10
      3
      Votes
      10
      Posts
      2387
      Views

      U

      how solve this?

    Move Topic