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 } })">
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 } })">
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!
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!
i found out that it was my git version, i install the latest one and try to pull it again and it worked!
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!
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!
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!.
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!
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!
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"
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…
Hi, Guys i need your help how to highlight cell upon moving the arroa is that possible
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!
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
when we can download this scroll area horizontal update?.. im excited!