Navigation

    Quasar Framework

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. neomobil
    3. Posts
    N
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 4
    • Best 0
    • Groups 0

    Posts made by neomobil

    • RE: Editable cell Data Table examples?

      So maybe you know also about, how to add a q-select to the header section of the datatable?

      posted in Help
      N
      neomobil
    • Qselect array structure

      Hi everybody!
      Is there a simple way to get work Qselect with an array like this,
      [ {id: 1, title: ‘title1’}, {id: 2, title: ‘title2’} ]
      and not the suggested one
      [
      {
      label: ‘Google’,
      value: ‘goog’
      },
      {
      label: ‘Facebook’,
      value: ‘fb’
      }
      ]

      posted in Framework
      N
      neomobil
    • RE: Editable cell Data Table examples?

      Thanks for the answer.

      posted in Help
      N
      neomobil
    • RE: Editable cell Data Table examples?

      Hi. What about the @click?
      I just like show the input field when the user clicks the cell. Otherwise it should be normal string.

      posted in Help
      N
      neomobil