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. jeimz173
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 27
    • Posts 43
    • Best 5
    • Groups 0

    jeimz173

    @jeimz173

    10
    Reputation
    521
    Profile views
    43
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Location Philippines

    jeimz173 Follow

    Best posts made by jeimz173

    • RE: using table row @click event not working

      whoops! i fixed it thank you!

      this what i did 🙂

      <template slot="body" slot-scope="props" :props="props">
                <q-tr :props="props" class="cursor-pointer" @click.native="$router.push({ path: '/user/trips', query: { tripId: props.row._id } })">
      
      posted in Help
      J
      jeimz173
    • Using Q-uploader

      hi newbie here,

      i just want to know if is it possible to create on your own method for uploading? i tried uploadfactory but it fails me. base on my understanding upload factory can be use to create on your own uploader so i made on my own but as ive said its not triggering my method…

      here is my code:

      <q-uploader
                url=""
                :upload-factory="uploadFactory"
              />
      
      methods: {
          async uploadFactory (file, updateProgress) {
            let vm = this
            try {
              console.log('test')
              var data = {
                productImage: file,
                userId: vm.user._id
              }
              var uploadUserProfile = await UserService.UploadUserProfile(data)
              console.log(uploadUserProfile)
            } catch (err) {
              vm.$q.notify({ position: 'top', color: 'positive', message: 'Whoops! File upload fail.' })
            }
          },
      

      please help me to fix this thank you!

      posted in Help
      J
      jeimz173
    • tabs Arrows not displaying

      hi i am having a problem with arrows on desktop display… here in qtabs please help i just copied the script at docs but its not working thank you! i tried to add multiple tab items but still not displaying the arrows

      can anyone of you comment a code snippet please thank you so much!

      posted in Help
      J
      jeimz173
    • RE: material design icons can't fails me to pull via npm

      i found out that it was my git version, i install the latest one and try to pull it again and it worked! 🙂

      posted in Help
      J
      jeimz173
    • Using Qpdfviewer extension in Cordova no display in Mobile devices

      Hi i tried to install QpdfViewer extension in Cordova… but it is not displaying anything in my mobile phone… it works fine to my web app… can anyone help me how to solve this Thank you!

      posted in Help
      J
      jeimz173

    Latest posts made by jeimz173

    • Using Qpdfviewer extension in Cordova no display in Mobile devices

      Hi i tried to install QpdfViewer extension in Cordova… but it is not displaying anything in my mobile phone… it works fine to my web app… can anyone help me how to solve this Thank you!

      posted in Help
      J
      jeimz173
    • [Solved] Using Camera of my Laptop with Cordova

      Hi… i want to implement a selfie feature to my PWA App…but my worry is that it wont work on a web browser…because i think cordova is only for Mobile… Is it possible to use the Cordova? im not sure if cordova is the best Tool to implement the feature… Thank you whoever answer this Thank you!.

      posted in Help
      J
      jeimz173
    • [HELP] QAutocomplete Scrollbar not properly working

      Hi i am having a problem with the QAutocomplete Scrollbar in v0-17. im still not prepared yet to upgrade my app to v1 i really need help…

      i have the same problem in the link https://github.com/quasarframework/quasar/issues/3063 but as per @rstoenescu it was taken care at v1 can anyone help me how to fix this without editing the node_modules/quasar folder thank you!

      posted in Help
      J
      jeimz173
    • Alternative for q-autocomplete in version 1

      Hi i am trying to upgrade my app from v0-17 to latest and some of my favorite components was removed specially the q-autocomplete can anyone suggest alternative component for this ? and is q-select of v1 has the power to do an asynchronous search?.. thank you!

      posted in Help
      J
      jeimz173
    • how to use quasar components in Vue.extend()

      Hello guys,i need your help on how to use quasar components in Vue.extend… i tried to import some quasar component but it fails me…

      i have this sample.js where as you can see here, i imported the QDatetime component

      import Vue from 'vue/dist/vue.js'
      
      import { QDatetime } from 'quasar'  
      export default Vue.extend({
        name: 'DatePicker',
        template: `
        <div>
          <q-datetime v-model="date" />
        </div>
        `,
        components: {
          'q-datetime': QDatetime
        },
        data () {
          return {
            date: ''
          }
        },
        methods: {
          setDate (context) {
            this.date = context
          },
          getValue () {
            return this.date
          }
        }
      })
      
      

      but in my Console it returns this warning: where i have no control to the QDatetime to fix this… please help me thank you…

      Avoid mutating a prop directly since the value will be overwritten whenever the parent component re-renders. Instead, use a data or computed property based on the prop's value. Prop being mutated: "value"
      
      posted in Help
      J
      jeimz173
    • RE: how to highlight cell upon moving your arrows of QTable is that possible?

      Hi @s-molinari see this example

      https://www.ag-grid.com/example.php#/

      as you can see to that example if you move your arrow you can highlight and edit the cell and i want to do that in Qtable…

      posted in Help
      J
      jeimz173
    • how to highlight cell upon moving your arrows of QTable is that possible?

      Hi, Guys i need your help how to highlight cell upon moving the arroa is that possible

      posted in Help
      J
      jeimz173
    • tabs Arrows not displaying

      hi i am having a problem with arrows on desktop display… here in qtabs please help i just copied the script at docs but its not working thank you! i tried to add multiple tab items but still not displaying the arrows

      can anyone of you comment a code snippet please thank you so much!

      posted in Help
      J
      jeimz173
    • Stuck at 100 percent after running quasar dev

      Hi i am having a problem here with quasar cli… whenever it reach 100 percent no page has been loaded… please help me how to fix this thank you… i already upgrade my quasar cli to the latest version… thanks

      posted in Help
      J
      jeimz173
    • RE: q-scroll-area dosen't work for horizontal

      when we can download this scroll area horizontal update?.. im excited! 😛

      posted in Help
      J
      jeimz173