lespineira
(Lespineira)
January 18, 2016, 9:42am
1
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
jsiegel
(Jan Siegel)
January 19, 2016, 9:49am
2
@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!
lespineira
(Lespineira)
January 19, 2016, 9:55am
3
Thank you very much , I hope tomorrow to try .
Regads.
lespineira
(Lespineira)
January 20, 2016, 5:56pm
4
I’ve tried and it works perfectly .
Thank you.
Regards