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. krugeros
    K
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 18
    • Best 5
    • Groups 0

    krugeros

    @krugeros

    7
    Reputation
    285
    Profile views
    18
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    krugeros Follow

    Best posts made by krugeros

    • Data Table sticky header 0.15

      Hi,
      I would like to ask how to make sticky header in Data Table component ?
      There is no documentation for that.

      posted in Help
      K
      krugeros
    • RE: Drag And Drop

      https://github.com/mesqueeb/quasar-app-extension-draggable

      posted in Useful Tips (NEW)
      K
      krugeros
    • Services and Axios plugin

      Hi,
      I am trying to figure out how to build a services for my backend API using the axios plugin in quasar 0.15.
      Quasar documentation contains an example of Axios plugin:
      http://quasar-framework.org/guide/app-plugins.html

      Should I create another plugin called productsService.vue inside quasar plugins directory? How to reference the axios plugin with productsService plugin ?

      Any suggestions?

      posted in Help
      K
      krugeros
    • Data Table custom filtering

      Hi, Is there any chance to make custom filtering like in react data table: https://react-table.js.org/#/story/custom-filtering ?

      I wish to filter server data by desired columns not by single string. Currently quasar data table has one single filter input.

      posted in Help
      K
      krugeros
    • RE: Solution to Sticky DataTable

      Awesome !!!. Thank you.

      posted in Help
      K
      krugeros

    Latest posts made by krugeros

    • RE: JSNation 2019 slides on "SSR with Quasar"

      Quasar Rocks !!!

      posted in Announcements
      K
      krugeros
    • RE: Drag And Drop

      https://github.com/mesqueeb/quasar-app-extension-draggable

      posted in Useful Tips (NEW)
      K
      krugeros
    • RE: Quasar v1.0 beta has arrived

      @rstoenescu
      Ok but what about Qinput type=“datetime”? Is it possible in 1.0?

      posted in Announcements
      K
      krugeros
    • RE: Q-table Slow conditional rendering

      I also struggled with many components inside QTable. I replaced them using native html with quasar css:

      <button tabindex=“0” type=“button” class=“q-btn inline relative-position q-btn-item non-selectable q-btn-rectangle q-focusable q-hoverable bg-white text-black”><div class=“q-focus-helper”></div><div class=“q-btn-inner row col items-center justify-center”><div>Standard</div></div></button>

      This is not good long term solution but I agree that we need some functional components built in into framework - for exapmle: QBtnSimple, QIconSimple etc… This way we can avoid that future change inside framework css will break my native button styled using quasar css. I will create feature request for that using Github. Not everyone knows at the beginning why some components work so slowly using sub components.

      posted in Framework
      K
      krugeros
    • RE: [SOLVED] Nested Tab Panes

      Thank you very much !!!
      My mistake was to use the navigation slot instead of the title slot in q-tab.

      posted in Help
      K
      krugeros
    • [SOLVED] Nested Tab Panes

      Hi,
      I am trying to figure out how to make nested tab panes like in the following example:
      http://reactcommunity.org/react-tabs/

      0_1539981316025_4ab599c2-e849-49b1-9abd-5576874ce991-image.png

      Is it possible in quasar framework?

      posted in Help
      K
      krugeros
    • RE: Solution to Sticky DataTable

      Awesome !!!. Thank you.

      posted in Help
      K
      krugeros
    • RE: Quasar v0.17.10, CLI v0.17.13, Extras v2.0.6 & Vue CLI plugin v0.17 are out!

      Awesome !!! Thank you.

      posted in Announcements
      K
      krugeros
    • RE: Some performance issues

      It can be related with this issue:
      https://github.com/vuejs/vue/issues/8507

      posted in Framework
      K
      krugeros
    • RE: Some performance issues

      I have the same issues with QDataTable. It seems like QDataTable slows down my web browsers after a few cycles of pagination and filter actions.

      posted in Framework
      K
      krugeros