Fix glitch when opening column filter for the first time
This commit is contained in:
		| @@ -11,6 +11,9 @@ export default { | |||||||
|       :filter="filter" |       :filter="filter" | ||||||
|       :change-value="updateFilter" |       :change-value="updateFilter" | ||||||
|     />`, |     />`, | ||||||
|  |     mounted() { | ||||||
|  |         this.params.api.sizeColumnsToFit() | ||||||
|  |     }, | ||||||
|     data: function () { |     data: function () { | ||||||
|         return { |         return { | ||||||
|             filter: '', |             filter: '', | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user