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. johnorford
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 12
    • Best 3
    • Groups 0

    johnorford

    @johnorford

    3
    Reputation
    489
    Profile views
    12
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    johnorford Follow

    Best posts made by johnorford

    • Internet Explorer 11 Rendering

      Several things are being rendered oddly in IE11 and Quasar v0.14.2.

      E.g. this login button in the screenshot.

      I am sure I am missing something straightforward, cannot find it though…

      0_1505909170809_upload-0219c422-22c5-477d-813f-e9dc4a1a4189

      posted in Help
      J
      johnorford
    • RE: DataTable column start not visible

      This would be a nice feature from my pov - fwiw : ) - thanks for the high quality work so far.

      posted in Framework
      J
      johnorford
    • RE: Internet Explorer 11 Rendering

      Works as expected! Thanks - funny how I didn’t find that page…

      posted in Help
      J
      johnorford

    Latest posts made by johnorford

    • RE: Drag and Drop Data Table Column Ordering

      OK, thanks for this, good to know the right track to go on!

      posted in Help
      J
      johnorford
    • Drag and Drop Data Table Column Ordering

      Would it be difficult to implement drag and drop columns for the data table component?

      Has anyone done it before, or are there examples to look at?

      posted in Help
      J
      johnorford
    • Data Table Multiple Column Sort

      I would like to implement multiple column sort for the data table with the least hackery possible.

      Basically if I click sort on two columns, the first columns sort will remain and the second will then be sorted.

      Kind of like a ‘sticky’ sort.

      Any tips?

      Thanks!

      posted in Framework
      J
      johnorford
    • Vuex Interop

      Are there any Vuex interop examples people can point me to?

      I have come up with several non-optimal approaches, and am getting confused.

      E.g. I suspect something like this should work, but does not…

      <q-select v-model="mutlipleSelect" ... />
      
      //computed
      mutlipleSelect: {
            get() { return [... this.$store.mutlipleSelect] },
            set(xs) { this.$store.dispatch('updateMutlipleSelect', xs) }
          }
      
      posted in Help
      J
      johnorford
    • RE: Internet Explorer 11 Rendering

      Works as expected! Thanks - funny how I didn’t find that page…

      posted in Help
      J
      johnorford
    • Internet Explorer 11 Rendering

      Several things are being rendered oddly in IE11 and Quasar v0.14.2.

      E.g. this login button in the screenshot.

      I am sure I am missing something straightforward, cannot find it though…

      0_1505909170809_upload-0219c422-22c5-477d-813f-e9dc4a1a4189

      posted in Help
      J
      johnorford
    • RE: Q-Select, Toggle, and emitting events

      I am also wondering about this - any neat solutions?

      posted in Help
      J
      johnorford
    • Multi / Sticky Data-Grid Sorting

      I am looking for a feature like this,

      https://vaadin.com/elements/-/element/vaadin-grid#demos

      where I click on different sorts, and the sorts sticks, which allow me to sort by multiple criteria - or - something like group sorting, e.g.

      Dept Employee

      Mngt Abe
      Mngt Jerry
      Fin Barry
      Fin Chad

      etc.

      Before I consider diving into the code, I was wondering whether anyone can give me any pointers - what to look out for etc.

      Thanks.

      posted in Framework
      J
      johnorford
    • RE: 'Async' Initialise Columns and table in data-table component?

      It looks like only ‘columns’ needs to be set on initialisation, rather than ‘table’, which is nicer

      posted in Help
      J
      johnorford
    • RE: Data Table - row class?

      This would be really nice (fwiw)

      posted in Framework
      J
      johnorford