嵌套标头不适用于Handsontable react组件

时间:2018-07-18 07:35:22

标签: reactjs handsontable

我正在使用@handsontable/react组件。我无法为表格提供嵌套标题。我不确定此插件是否支持nestedHeader

这是我的代码,

 <HotTable root="hot" settings={{
          data: this.props.data,
          nestedHeaders: [
            ['Header1', { label: 'Header2', colspan: 8 }, 'C']
          ],
          rowHeaders: true,
          columns: this.getColumns(),
          colHeaders: this.getHeaders(),
          mergeCells: this.getDisplaySettings()
        }} />

任何人都建议我,如何在此可手动操作的组件上使用nestedHeader。

1 个答案:

答案 0 :(得分:1)

嵌套标头是Handsontable PRO的功能。您需要@handsontable-pro/react组件。