Hello all
In my SmartTable (UI5) i set my EntitySet which comes from Rap Backend. Here the fields are set as read only. When i bind this fields to smartField it works as expected. The Fields are read only. I want that when I press the toggle button display/edit some columns to become editable but I do not succeed.
< smartTable:SmartTable id="LineItemsSmartTable" entitySet="ZEWM_C_MATERIAL" smartFilterId="smartFilterBar" tableType="ResponsiveTable"
placeToolbarInTable="true" enableExport="true" beforeExport="onBeforeExport" useVariantManagement="true" useTablePersonalisation="true" header="Line Items"
showRowCount="true" persistencyKey="listReportFloorplanTable" enableAutoBinding="true" class="sapUiResponsiveContentPadding"
enableAutoColumnWidth="true" editTogglable="true" showDetailsButton="true" detailsButtonSetting="Medium,Low" demandPopin="true"
app:useSmartField = "true" editToggled="onEditToggled">
<smartTable:layoutData>
<m:FlexItemData id="_IDGenFlexItemData2" growFactor="1" baseSize="0%"/>
</smartTable:layoutData>
<m:Table id="_IDGenTable" sticky="ColumnHeaders,HeaderToolbar" growing="true" growingThreshold="20" />
</smartTable:SmartTable>
This is my smart table code.
Does anyone know why I might be having trouble getting my SmartField to render in edit mode? No matter what I do, it seems to insist on being display-only.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.