Skip to content

Commit e39a70e

Browse files
committed
remove table header
1 parent fb6e4b2 commit e39a70e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/non-keyed/openui5/webapp/element/MyTableRenderer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ sap.ui.define(
395395
*/
396396
MyTableRenderer.renderListHeadAttributes = function (rm, oControl) {
397397
oControl._aPopinHeaders = [];
398-
this.renderColumns(rm, oControl, "Head");
398+
// this.renderColumns(rm, oControl, "Head");
399399
rm.openStart("tbody", oControl.addNavSection(oControl.getId("tblBody")));
400400
rm.class("sapMListItems");
401401
rm.class("sapMTableTBody");

0 commit comments

Comments
 (0)