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. filter
    Log in to post
    • E

      q-table highlight filtered value
      Help • filter highlight hits q-table • • erhard

      5
      0
      Votes
      5
      Posts
      400
      Views

      X

      @erhard You could use the “item” scoped slot to create a custom template to output your data e.g. in a card, then use v-html and string replacement:

      https://codepen.io/xariusdesai/pen/XWNBLNZ

    • F

      Q-Tree: How to retrieve the filtered nodes instead of the entire nodes
      Help • filter q-tree • • Florentin

      8
      0
      Votes
      8
      Posts
      465
      Views

      F

      @xdesai Thanks a lot, it’s perfectly what i was searching for 😉

    • 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)”