former_member264404
Explorer
Member since ‎06-04-2015

User Statistics

  • 6 Posts
  • 0 Solutions
  • 1 Kudos given
  • 1 Kudos received

User Activity

Hi,In my application I have resizing ,sorting and filtering enabled in table columns.At certain action, I need to disable all these.I could find api for reordering of columns:  table.setEnableColumnReordering(false);But not for the esizing ,sorting a...
Hi Colleagues,I am using sap.ui.table.Table and defined it as:var oTable = new sap.ui.table.Table("ID_ErrorLogTable", {    visibleRowCount  : 15,    fixedColumnCount: 2,    threshold: 75,    selectionMode: sap.ui.table.SelectionMode.None,    navigati...
I am executing the following code:new sap.ui.commons.form.FormElement({                      label: new sap.ui.commons.Label({                          text: oBundle.getText(                              "UI_SERVICE_MODEL_ID"),                       ...
Kudos from
Kudos given to