Paul
Paul
between paginationTop div container and the table div container? I was just wondering if I could add a "renderLoader(h)" method similar to the renderPagination(h), but not sure how to structure...
yes, I get this. I was just looking for help and/or sample code as how to write the render function for displaying the loader html block.
@almightynassar did you ever resolve this? I'm having the same problem. I have varying content in the cells of my vuetable. for all but one cell I want it to...
@ratiw, hopefully someone else will give me a hand... we don't have the resources right now to switch from requirejs to webpack... are the .vue files required for when direct...
okay thanks. definitely disappointing as vuejs itself works just fine with requirejs, just not vuetable.
Sure, I'll try and take a look and see if I can make it work with requirejs, though not a lot of experience with that.
Apparently, I was trying to too hard and simply needed to wrap vue-table.js in a define(["vue", "vue-resource"], function(Vue, vueResource, vuetable) { ... }); block. Also had to add Vue.use(vueResource); in...
doesn't appear so. anyone know of any similar alternatives that do still get maintained?
@AvinashChavanN @probil this "fix" didn't work for me. It's still jumping focus to the end. i.e. if the field has a filled out 10 digit phone number, i then highlight...
@probil , sorry but any further update? Unfortunately I'm going to have to look to use a different mask library for vue as this open issue is causing too many...