Hi, I wrote according to the code of the official website but the scroll bar still didn’t show up. How to solve it?
`hotSettings: {
data:Handsontable.helper.createSpreadsheetData(1000, 1000),
colWidths: 100,
width: '100%',
height: 320,
rowHeights: 23,
rowHeaders: true,
colHeaders: true
}
`
`<hot-table" :settings="hotSettings" ref="HotTable" id="hotTable"></hot-table>
`