Questions tagged [vuesax]

26 questions
0
votes
1 answer

Cannot sort date column in Vuesax data table

I need to apply a toggle sort on a datetime column in Vuesax data table I'm using. The toggle sort works on all other columns, except for the datetime column. My code is as follows (I've only written code relevant to the question, please assume the…
moin205
  • 19
  • 3
0
votes
1 answer

which version of vue.js is required by vuesax?

I want to use vuesax on my first project and I fell in love with vuesax components. I am actually using Vue cli 2. Which version of Vue is required by vuesax?
Scheggia
  • 57
  • 6
0
votes
0 answers

Expected 'v-bind:key' directive to use the variables which are defined by the 'v-for' directive

Hi I have meet the error as following, even I add the :key bind still show the error. I have tried to add the key in the template but it show the error template cannot be keyed ERROR MESSAGE : Expected 'v-bind:key' directive to use the variables…
Jackaroo Ng
  • 585
  • 2
  • 6
  • 19
0
votes
1 answer

How can I use custom action on vs-upload?

405 Method Not Allowed I'm getting this error and my request url is null tho i've set the callback I've also tried @action="" but I got the same result Request URL: http://localhost:8000/callback/null Request Method: POST Status Code: 405…
0
votes
1 answer

How to change the props value in order to close the vs-popup in the context of VueJS

I am using Vuesax vs-popup, and i am trying to close the vs-popup on button click which is used inside the vs-popup. Vspopup.vue
app_er
  • 87
  • 10
0
votes
0 answers

Vuesax SCSS animation keyframes not working

I'm trying to put some nice style into my Vuesax table. I want to create an animation that will list data. For now I have created something like this: and…
0
votes
1 answer

Vue table transition

I'm trying to add transition delay on my table. I'm using vuexy (vuesax) table and I want to add some nice animation on loading. I already have defined transitionDelay like this: style () { return { left:this.cords.left, …
Rade Ilijev
  • 51
  • 1
  • 10
0
votes
0 answers

get the call back of vs-dropdown open and close in vue js from vuesax

i am using vs-dropdown like below
madu kp
  • 89
  • 1
  • 7
0
votes
1 answer

Is there a way to make SVG className backward compatible?

Many old libraries rely on className to identify their context. So a click handler can look like this: function click(event) { if (event.target.className.indexOf('something')!= -1){ // Do something } } But this will fail if the target…
Pavel Donchev
  • 1,809
  • 1
  • 17
  • 29
0
votes
0 answers

How to change css style and add dynamic style to Vuesax vs-input?

I am using "vuesax": "3.11.1" in my VueJS project. I can't find a way to change the border of the input of vs-input disabled.
the_flucs
  • 217
  • 1
  • 6
  • 21
-1
votes
1 answer

How to show value dynamically in vue js wth div

showing values from url dynamically, already showing in table correctly, but i want show with div.