We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb6e4b2 commit e39a70eCopy full SHA for e39a70e
frameworks/non-keyed/openui5/webapp/element/MyTableRenderer.js
@@ -395,7 +395,7 @@ sap.ui.define(
395
*/
396
MyTableRenderer.renderListHeadAttributes = function (rm, oControl) {
397
oControl._aPopinHeaders = [];
398
- this.renderColumns(rm, oControl, "Head");
+ // this.renderColumns(rm, oControl, "Head");
399
rm.openStart("tbody", oControl.addNavSection(oControl.getId("tblBody")));
400
rm.class("sapMListItems");
401
rm.class("sapMTableTBody");
0 commit comments