Navigation

    Quasar Framework

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. user98034h
    U
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 5
    • Best 0
    • Groups 0

    user98034h

    @user98034h

    0
    Reputation
    12
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    user98034h Follow

    Latest posts made by user98034h

    • RE: Customize or add icon to quasar table column when using single select

      @metalsadman thank you

      posted in Help
      U
      user98034h
    • Customize or add icon to quasar table column when using single select

      When I use quasar table and multi-select, it looks good with the square for the column title. But when I’m using single select, it has nothing in the column title. I would like to add something there like an eye icon.

      How can i do that?

      4763a703-5813-44c3-867a-3c373ff3a994-image.png

      5ae3c307-51ab-4cdf-b2a2-e436b78c8688-image.png

      posted in Help
      U
      user98034h
    • RE: Is support for storybook for a quasar-cli app possible?

      Here is another resource i found that shows how to integrate quasar into vue storybook.

      https://medium.com/quasar-framework/quasar-testing-3c71e26635e2

      posted in Framework
      U
      user98034h
    • How to get a grid like QTable with new QVirtualScroll?

      QTable has :grid="$q.screen.xs" for making it responsive stack vertically when on mobile. How can i do the same thing with QVirtualScroll?

      Original QVirtualScroll codepen
      https://codepen.io/pen/?&editable=true&editors=111

      posted in Help
      U
      user98034h
    • Elegant alternative for table sticky header when trying to keep table headers visible.

      Hello,

      I’ve been looking at the implementation of sticky header in the table docs and the note that it does not work in all browsers. While support is pretty wide, I’m more interested in what alternatives accomplish the goal of always showing the table headers while looking at data.

      Dynamic rows per page
      Is there a way to set pagination rowsPerPage dynamically so that it’s accessibility friendly (so adjust when user zooms in or out on browser too), and fills remaining page height? See how the height is set in this example? It defaults to 5 records per page but on my screen setting it to “All” wouldn’t even fill the screen so it would be great if it could default to a value that would fill whatever space was left vertically without activating the scroll bar. Does anybody know how to do this?

      Does anyone know another elegant way to keep table headers visible while still maintaining accessibility and working on most browsers?

      posted in Help
      U
      user98034h