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

    DataTable filtering

    Help
    2
    3
    1533
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      mlabelle last edited by mlabelle

      Hi there,

      I’ve been implementing a few data tables in my app and one common request I get is for the search to take into account or ignore accented characters.

      So for example, if I have a line that says “métal”, our user wants to just type “metal” and would like for it to show up even though the spelling is not identical.

      My problem isn’t in the implementation of that rule but rather if there’s any way to implement a more customized search (fuzzy search for example) in the search bar without having to create a manual filter above the table that would look a bit clunky.

      I guess I could add an invisible column with equivalent data stripped from accents and special characters and search on that but I find this a bit hack-ish. 🙂

      Thanks!

      1 Reply Last reply Reply Quote 0
      • rstoenescu
        rstoenescu Admin last edited by

        There will be an ability to customize filtering method in DataTable revamp (v0.15)

        1 Reply Last reply Reply Quote 1
        • M
          mlabelle last edited by

          Sweet, thanks! Looking forward to 0.15! 🙂

          1 Reply Last reply Reply Quote 0
          • First post
            Last post