In TreeGrid.js getTreeCellValue the call to this._getTreeCellTitleArray hardcodes the showOpener argument to true.
This seems to deny having no space allocated for the opener icon in a tree. Setting showOpener: false or openerIconSize: 0 both have no effect and a 16px gap is allocated for the opener icon.
Should TreeGrid.js actually be passing this.showOpener for that arg?
Or, are there any alternatives for having no space allocated for the opener icon in a tree?
v8.2p_2013-02-04/LGPL Development Only
This seems to deny having no space allocated for the opener icon in a tree. Setting showOpener: false or openerIconSize: 0 both have no effect and a 16px gap is allocated for the opener icon.
Should TreeGrid.js actually be passing this.showOpener for that arg?
Or, are there any alternatives for having no space allocated for the opener icon in a tree?
v8.2p_2013-02-04/LGPL Development Only
Comment