vuetable-2-tutorial-bootstrap icon indicating copy to clipboard operation
vuetable-2-tutorial-bootstrap copied to clipboard

Results 10 vuetable-2-tutorial-bootstrap issues
Sort by recently updated
recently updated
newest added

I was mad e Search component in my system with vuetable2 all thing is fine but filter function does not hide other items that is not match search value (...

In my html file, I do this: ``` ``` In my vue script, I do this: ``` Vue.use(VueTables.ClientTable, { compileTemplates: true, filterByColumn: true }); myapp = new Vue({ el: '#myapp',...

Hi, I know this component works very well when using the 'paging' option. But how can I configure 'infinite loading' ... ( meaning... - first X-amount of records are loading...

Not sure why, but I had to run: npm install babel-preset-env Otherwise I was getting a: ERROR in ./~/babel-loader/lib!./~/vue-loader/lib/selector.js?type=script&index=0!./~/vuetable-2/src/components/VuetablePaginationInfo.vue Module build failed: Error: Couldn't find preset "env" relative to directory...

https://github.com/ratiw/vuetable-2-tutorial/tree/master/doc

Is vuetable-2 have different structure of property with vue-table? In tutorial , 'MyVuetable.vue' I found ``` ``` ``` But in vuetable-2 source code: ``` « ``` So, in your tutorial...

in /vuetable-2/src/components/Vuetable.vue 108

Hi Everybody... Can please smb give me a hand ? I've downloaded and installed this repo. Everything works fine (i.e. dataloading, sorting) except the Search functionality. I can't make it...

Hi, I have my backend restful server on the same computer, when I Chang the API URL , the table did not show my content. Noting I have the same...