简体   繁体   English

Handsontable显示所有列,虚拟渲染仅适用于行

[英]Handsontable is showing all columns, virtual rendering is working only for rows

I've got the last version of handsontable and now they are showing all my columns on the screen, for ex: I have 1000 cols and 1000 rows and table is showing 10 rows for my width and 1000 cols. 我有最后一个版本的handsontable,现在他们在屏幕上显示我的所有列,例如:我有1000列和1000行,表格显示10行宽度和1000列。

var hot = new Handsontable(el, {
  colWidths:30,
  colHeaders: true,
  data: data,
  minSpareRows: 1,
  stretchH: "all",
  variableRowHeights: false,
  height: 200,

  width: 200,
})

The latest version fixed this. 最新版本解决了这个问题。 Check this link . 检查此链接

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM