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

    Data table search filter support for selection and time range

    Help
    1
    2
    692
    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.
    • N
      nunuqq1 last edited by

      I’m using the newest 0.16. Data table is very usefull for admin sites developing.Yet search filter is still imperfect.
      For example, I have a table with such datas to deal with logs in my background
      id type create_date
      0 warning 2018-07-01 00:00:00

      type is a int table column, ‘warning’ is a converted string, such as { value: 0, meaning: ‘warning’ }
      create_date is also a table column which is a value of timestamp, but converted to date string.

      for type: I need to filter it with a selection input.
      for create_date: I need to filter it with a couple of start date picker and end date picker

      These two kinds of filter is very useful for my developing ,is there any api support now?

      1 Reply Last reply Reply Quote 0
      • N
        nunuqq1 last edited by

        fixed by using add extra header row

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