Hi!
Has anybody knowledge how to add inputbox in custom column header?
That works fine in old UI but how to do it in new UI.
I debugged the script and find out following.
Those inputboxes are there after script is ran that part but
"if (!$('#XX' + _this.addedColumns[0].colID).length) {
for (var b = 0; b < _this.numOfCol; b++) {
_this.createTextBox("XX" + _this.addedColumns[b].colID, "", "80px", 8, 1, true).addClass("inforTextbox upperCaseClass filterFld");
$('#XX' + _this.addedColumns[b].colID).detach().appendTo($('.slick-headerrow-column.l' + _this.addedColumns[b].prevID + '.r' + _this.addedColumns[b].prevID + '[hlp="' + _this.addedColumns[b].colID + '"]'));
}
}"

Then script jumps to polyfills.js and run callback and textboxes disappeard.
Why that happend?

Br Jykä