ng2-handsontable icon indicating copy to clipboard operation
ng2-handsontable copied to clipboard

How to use nested headers option in Angular 4 with this plugin.

Open raghu556 opened this issue 8 years ago • 0 comments

I am passing below options, i want to create a nested header with colspan like https://jsfiddle.net/api/post/library/pure/

Kindly help.

this.options = { className: 'calender', allowInsertColumn: false, allowInsertRow: false, maxRows: 2, editor: false, rowHeaders: false, colHeaders: false, contextMenu: false, fixedColumnsLeft: 1, manualColumnFreeze: true, outsideClickDeselects: true, customBorders: true, columns: [], }

raghu556 avatar Mar 08 '18 05:03 raghu556