vue-bootstrap-table icon indicating copy to clipboard operation
vue-bootstrap-table copied to clipboard

How to set sorting on initialisation?

Open yapsr opened this issue 7 years ago • 1 comments

How to set sorting on initialisation?

I would expect some setting like this:

new Vue({
   el: '#table',
   components: {
       VueBootstrapTable: VueBootstrapTable
   },
   data: {
       columns: ... ,
       values: ... ,
       sorting: ... ,
   });

yapsr avatar Nov 22 '17 09:11 yapsr

Hi @yapsr You using vue1 ou vue2 ?

syshex avatar Jul 19 '18 12:07 syshex