Handsontable shows all columns, virtual rendering only works for rows
I have the latest version of handsontable and now they show all my columns on the screen, for example: I have 1000 columns and 1000 rows and the table shows 10 rows for my width and 1000 decks.
var hot = new Handsontable(el, {
colWidths:30,
colHeaders: true,
data: data,
minSpareRows: 1,
stretchH: "all",
variableRowHeights: false,
height: 200,
width: 200,
})
+3
source to share