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. nunuqq1
    3. Posts
    N
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 3
    • Best 0
    • Groups 0

    Posts made by nunuqq1

    • Need ts vuex store use example in component

      Hi guys:
      After qusar create with ts option, I have an example store module in my store directory, but i have no idea how to integrate this into my component, could anyone provide some demo code?

      posted in Help
      N
      nunuqq1
    • RE: Data table search filter support for selection and time range

      fixed by using add extra header row

      posted in Help
      N
      nunuqq1
    • Data table search filter support for selection and time range

      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?

      posted in Help
      N
      nunuqq1