Problems with multiple headers

NedstedHeaders functionality does not show the header.

indice.html

notesCtrl.js
this.configuracionTable = {
colHeaders: true,
rowHeaders: true,
nestedHeaders: [
[‘A’, {label: ‘B’, colspan: 2}],
[‘D’, {label: ‘E’, colspan: 2}],
[‘U’, ‘V’, ‘W’]
]
}

I use:

  • handsontable pro 1.0
  • angular 1.4.7
  • ngHandstable 0.7.0

@lespineira You’re right, there is a problem with the pro features and ngHandsontable.
Fix for this issue will be released with the new Handsontable Pro version (scheduled for tomorrow - 01/20/16).

Thanks for reporting!

Thank you very much , I hope tomorrow to try .

Regads.

I’ve tried and it works perfectly .
Thank you.

Regards