I am using the most recent version of HOT with VueJS.
<hot-table
ref="myhandsontable"
:col-headers="['Test1', 'Test2', 'Test3']
:data="$store.state.myRows"
:row-headers="true"
:settings="hotSettings"
/>
Each time I switch the page or refresh it, it changes the column headers to “A, B, C, …, Z”. If I change again or refresh, my headers as shown in the actual properties reappear again.
Any ideas on that?