Fix glitch when opening column filter for the first time

This commit is contained in:
Erki Aas 2022-11-15 17:50:35 +02:00
parent 935a8ee923
commit 63d8c76c23
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ export default {
:filter="filter"
:change-value="updateFilter"
/>`,
mounted() {
this.params.api.sizeColumnsToFit()
},
data: function () {
return {
filter: '',