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. supercat
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 10
    • Best 3
    • Groups 0

    supercat

    @supercat

    3
    Reputation
    209
    Profile views
    10
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    supercat Follow

    Best posts made by supercat

    • RE: Quasar v1.0 beta1 in a few days

      Awesome work guys, can’t wait!

      posted in Announcements
      S
      supercat
    • Side Drawers not working in small screens using v-model

      I am using v-model powered by a vuex variable to control the right and left drawers. They trigger fine on desktop view but once the breakpoint is reached they may no longer be triggered by v-model changes, you must use this$refs.layout method. Has anyone experienced this or do I have something wrong here?

      posted in Framework
      S
      supercat
    • RE: Side Drawers not working in small screens using v-model

      @benoitranque for me this solution would lead to bad practice as I have all kinds of logic to determine whether the the left and right drawers should be opened or closed in a Vuex mutation. This way i would be forced to put that logic in every deep component that can change the sidebars rather than one succinct commit call. The documentation gives an example of using v-model to handle the sidebars and it works perfectly in desktop mode. So I am seconding @dsahoo that I also think this is a bug.

      posted in Framework
      S
      supercat

    Latest posts made by supercat

    • RE: RC.1 released for all Quasar core packages

      Well done guys!

      posted in Announcements
      S
      supercat
    • RE: q-btn :loading prop kills :disable prop

      Thanks everyone for the great support as always!

      posted in Framework
      S
      supercat
    • q-btn :loading prop kills :disable prop

      When a condition that makes :disabled work is true after :loading prop has run it no longer makes the button disabled, please see this pen… https://codepen.io/anon/pen/GaOVBX?&editable=true&editors=101

      posted in Framework
      S
      supercat
    • RE: Data Table sticky header

      For Quasar v1 I have made this pen… https://codepen.io/anon/pen/wObEWq I would love to see something like this officially supported.

      posted in Help
      S
      supercat
    • RE: Quasar v1.0 beta1 in a few days

      Awesome work guys, can’t wait!

      posted in Announcements
      S
      supercat
    • RE: v0.15 news

      Fantastic work Raz! Best framework ever!

      posted in Announcements
      S
      supercat
    • RE: Side Drawers not working in small screens using v-model

      @benoitranque for me this solution would lead to bad practice as I have all kinds of logic to determine whether the the left and right drawers should be opened or closed in a Vuex mutation. This way i would be forced to put that logic in every deep component that can change the sidebars rather than one succinct commit call. The documentation gives an example of using v-model to handle the sidebars and it works perfectly in desktop mode. So I am seconding @dsahoo that I also think this is a bug.

      posted in Framework
      S
      supercat
    • Side Drawers not working in small screens using v-model

      I am using v-model powered by a vuex variable to control the right and left drawers. They trigger fine on desktop view but once the breakpoint is reached they may no longer be triggered by v-model changes, you must use this$refs.layout method. Has anyone experienced this or do I have something wrong here?

      posted in Framework
      S
      supercat
    • [Feature Request] Callback on Pagination of dataTable

      I would like to do specific things when the pagination happens, it would be great to have a callback for when they change the page or change the number per page.

      Keep up the great work 🙂

      Really looking forward to dynamic columns in 0.15 does anyone have an ETA ?

      posted in Framework
      S
      supercat
    • RE: Custom column selector for QDataTable

      I tried to do this using a computed value for Columns and pushing each column into an array of columns if the condition is met. But unfortunately the table does not update when a condition changes. I hope this will be possible in the new version. Or does anyone know another way to do this in the meantime?

      posted in Framework
      S
      supercat