vue-bootstrap-table
vue-bootstrap-table copied to clipboard
How to set sorting on initialisation?
How to set sorting on initialisation?
I would expect some setting like this:
new Vue({
el: '#table',
components: {
VueBootstrapTable: VueBootstrapTable
},
data: {
columns: ... ,
values: ... ,
sorting: ... ,
});
Hi @yapsr You using vue1 ou vue2 ?