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. hpawar
    H
    • Profile
    • Following 0
    • Followers 0
    • Topics 23
    • Posts 39
    • Best 4
    • Groups 0

    hpawar

    @hpawar

    5
    Reputation
    47
    Profile views
    39
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    hpawar Follow

    Best posts made by hpawar

    • How to open QSelect dropdown programmatically?

      Hello All,

      I have an issue with QSelect component. I am using the component as shown:
      <q-select
      ref=“storeTASelect”
      multiple filled dense options-dense
      v-model=“selected”
      @input=“hasChanged”
      counter
      :max-values=“json.multiselect”
      :hint=“getHint”
      :disable=“checkStatus”
      :options=“selectOptions”>
      </q-select>

      I was able to open the dropdown manually by using refs and calling showPopup() function on QSelect component. “this.$refs.storeTASelect.showPopup();”
      It seems a fix was done in release 1.12.9 (fix(QSelect): exit showPopup if it’s not editable #7323). I am no longer able to manually trigger the select dropdown after this fix. Can someone please suggest how to get this dropdown programmatically opened?

      posted in Help
      H
      hpawar
    • qTable with select all and pagination

      Hello,

      I am using qtable with pagination and select all options. On selecting select all icon, only the items on the current page get selected. Can someone please let me know if select all can be made to select all rows across all pages of the qtable?

      Thanks
      HP

      posted in Help
      H
      hpawar
    • RE: qTable with select all and pagination

      @chyde90 Yes I meant checkbox in the table header itself. Yeah, I did think about the second approach you mentioned. But was wondering if there was a way of doing it without having to write my own code.

      posted in Help
      H
      hpawar
    • querybuilder plugin for VueJs Quasar

      Hello All,

      I am looking for a query builder plugin for my VueJs application that can help me do things as shown in the pic like AND OR conditions, applying filters with types like dates, numbers, multi-selects, etc. Can anybody please point me about any cool plugins to achieve this?
      I am currently using https://querybuilder.js.org/ jquery plugin in my old jquery based application.

      ef5f8a29-db99-467f-b5fe-7c4cb1820c9a-image.png

      posted in Help
      H
      hpawar

    Latest posts made by hpawar

    • Qtree possible to disable parent node and keep child nodes enabled?

      Currently if I use disabled property on parent node, all children nodes become disabled too. Is it possible to disable only the parent node somehow?

      Example: I would like Entities to be disabled so that the user does not turn on all options under Entities by clicking on Entities checkbox. With current qTree, if I disable Entities node then all children nodes become disabled as well.

      efaeff98-154d-4ddd-be1c-e5095c7ae5d6-image.png

      Any suggestions?

      Thanks
      HP

      posted in Help
      H
      hpawar
    • Qmenu - possibility to delay opening of qmenu with context-menu?

      Can qmenu have a parameter of delay which allows me to trigger the opening based on delay time set?

      I have an issue where qmenu with context-menu opens immediately on mobile device even when user is doing a pan instead of long press.

      Thanks
      HP

      posted in Help
      H
      hpawar
    • Qmenu context menu - Can I increase time taken to open the context menu?

      I have a qmenu which is to be opened on mouse right-click in case of desktop - works perfect.
      In case of mobile device qmenu should open on touch long-press. But the problem is qmenu opens even if user is doing touch-pan. So I want to increase the time before which qmenu opens. Is this possible?

      Thanks
      HP

      posted in Help
      H
      hpawar
    • RE: Qtree click label to set/reset the checkbox

      @dobbel Thanks… I can try that. The challenge could be to distinguish between group header click vs leaf click.
      On group click I only want to expand/contract the group.
      On leaf click I want to set the checkbox

      posted in Help
      H
      hpawar
    • Qtree click label to set/reset the checkbox

      Hello,

      I want to click on the label highlighted in yellow to select the corresponding checkbox for leaf elements. Is that possible to achieve? If yes, any suggestions please.

      925dee1b-db62-42ac-9b75-6e986d1971bd-image.png

      This is my Qtree definition

      84bc0ed6-4bf7-42ae-a0d8-cb84fcf20918-image.png

      Thanks
      HP

      posted in Help
      H
      hpawar
    • Qdrawer iphone no-swipe-close not working

      I am using qDrawer as shown below

      <q-drawer bordered side=“right” v-model=“showRightPanel” no-swipe-close>

      no-swipe-close property is not getting applied on iOS devices and I am still able to close the drawer by swiping. This works perfectly on android though i.e. prevents drawer close on swipe.

      Can someone please advise?

      Thanks

      posted in Help
      H
      hpawar
    • How to open QSelect dropdown programmatically?

      Hello All,

      I have an issue with QSelect component. I am using the component as shown:
      <q-select
      ref=“storeTASelect”
      multiple filled dense options-dense
      v-model=“selected”
      @input=“hasChanged”
      counter
      :max-values=“json.multiselect”
      :hint=“getHint”
      :disable=“checkStatus”
      :options=“selectOptions”>
      </q-select>

      I was able to open the dropdown manually by using refs and calling showPopup() function on QSelect component. “this.$refs.storeTASelect.showPopup();”
      It seems a fix was done in release 1.12.9 (fix(QSelect): exit showPopup if it’s not editable #7323). I am no longer able to manually trigger the select dropdown after this fix. Can someone please suggest how to get this dropdown programmatically opened?

      posted in Help
      H
      hpawar
    • Remove Qexpansion item carat arrow icon

      Is it possible to remove the q-expansion item header carat arrow icon? I do not need it as I am using the entire header to expand/contract.

      posted in Help
      H
      hpawar
    • RE: input v-model does not bind correct

      Any luck with this? Were you able to solve this?

      posted in Framework
      H
      hpawar
    • RE: Steps to migrate from existing Vue CLI project to Quasar CLI.

      Thanks @s-molinari , @metalsadman for your insights…

      posted in CLI
      H
      hpawar