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. Tags
    3. custom
    Log in to post
    • A

      Replace material icon with my own custom icon
      Help • css custom icon icons scss • • acros

      5
      0
      Votes
      5
      Posts
      873
      Views

      T

      @acros, as @Hawkeye64 mentioned - in my case it’s [ in App.vue ]

      created () { this.$q.iconMapFn = (iconName) => { if (iconName.startsWith('chevron_left') === true) { return { cls: 'fal fa-chevron-left' } } if (iconName.startsWith('chevron_right') === true) { return { cls: 'fal fa-chevron-right' } } } },
    • T

      Using a custom icon font (Fontello, Flaticons, etc)
      Show & Tell • custom font icon • • terrybradshaw

      4
      0
      Votes
      4
      Posts
      887
      Views

      D

      @terrybradshaw: Did you opened a PR or Feature Request for this issue? It would be awesome to get custom fonts into Quasar. We are at version 1.2.6 now. 🙂

    • J

      Drag and Drop Data Table Column Ordering
      Help • custom datatable draganddrop • • johnorford

      3
      0
      Votes
      3
      Posts
      1260
      Views

      J

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

    • J

      Data Table Multiple Column Sort
      Framework • custom datatable sort • • johnorford

      4
      0
      Votes
      4
      Posts
      1776
      Views

      M

      Vuetify currently has this. I’m surprised Quasar doesn’t support it. I had it working on vuetify with an external API hitting the DB and refreshing the table contents. In vuetify, the sort object contains and array of objects consisting of column names and asc or desc. Worked really well.

    • P

      Make autocomplete work with (fuzzysearch) custom filter
      Help • autocomplete custom filter fuzzy • • polger

      2
      0
      Votes
      2
      Posts
      1382
      Views

      P

      “Object(…) is not a function” error was due to incorrectly importing fuzzysearch as named import instead of default import.

      If you follow the showcase code, you should NOT import quasar’s filter function. Search function has to include “done(this.myFilter)” instead of “done(filter)”

    • a47ae

      [How To] Building components with Quasar
      Show & Tell • component custom mixin • • a47ae

      7
      11
      Votes
      7
      Posts
      6997
      Views

      M

      Oh thanks, that is a handy shortcut to the attributes.