Tengo control de tabulador vue con las siguientes opciones.
<vue-tabulator v-model="locations" class="locations" :options="tabulartorLocationOptions"></vue-tabulator> tabulartorLocationOptions:{ columns: [ { title: 'Roof Year Built', field: 'roofYearBuilt' , editor:"select", editorParams:constructionCodes}, { title: 'Roof Year Built', field: 'roofYearBuilt' , editor:"select", editorParams:constructionCodes}, { title: 'Roof Year Built', field: 'roofYearBuilt' , editor:"select", editorParams:constructionCodes}, { title: 'Roof Year Built', field: 'roofYearBuilt' , editor:"select", editorParams:constructionCodes}, { title: 'Roof Year Built', field: 'roofYearBuilt' , editor:"select", editorParams:constructionCodes}, { title: 'Roof Year Built', field: 'roofYearBuilt' , editor:"select", editorParams:constructionCodes}, { title: 'Roof Year Built', field: 'roofYearBuilt' , editor:"select", editorParams:constructionCodes}, { title: 'Roof Year Built', field: 'roofYearBuilt' , editor:"select", editorParams:constructionCodes}, { title: 'Roof Year Built', field: 'roofYearBuilt' , editor:"select", editorParams:constructionCodes}, { title: 'Roof Year Built', field: 'roofYearBuilt' , editor:"select", editorParams:constructionCodes}, { title: 'Roof Year Built', field: 'roofYearBuilt' , editor:"select", editorParams:constructionCodes}, { title: 'Roof Year Built', field: 'roofYearBuilt' , editor:"select", editorParams:constructionCodes}, { title: 'Roof Year Built', field: 'roofYearBuilt' , editor:"select", editorParams:constructionCodes}, { title: 'Roof Year Built', field: 'roofYearBuilt' , editor:"select", editorParams:constructionCodes}, { title: 'Roof Year Built', field: 'roofYearBuilt' , editor:"select", editorParams:constructionCodes}, { title: 'Roof Year Built', field: 'roofYearBuilt' , editor:"select", editorParams:constructionCodes}, { title: 'Roof Year Built', field: 'roofYearBuilt' , editor:"select", editorParams:constructionCodes}, ] },Y los siguientes datos
locations:[{roofYearBuilt: 2007}],Cada vez que selecciono una opción, la tabla completa se desplaza hacia la izquierda. ¿Cómo evito esto?