on ‎2021 Jun 11 11:06 AM
I use a smart table with table type "Table". I checked Odata has all record lorded but no Record is shown in table.
this is js controller
oSmartTable.setTableBindingPath("/InaamRedemptionParam(P_FromPeriod=datetime'"+vFromDate+"',P_ToPeriod=datetime'"+vToDate+"',P_Store='"+vStore+"')/Results?");
that.getView().byId("idInaamRedmptionSmartTable").rebindTable();
this is my view
<smartTable:SmartTable id="idInaamRedmptionSmartTable" tableType="Table" editable="false" entitySet="InaamRedemption" enableAutoBinding="true"
initiallyVisibleFields="BaseStore,Customer,CustomerName,Nationality,OpeningPoint,TotalPointIssue,

BalanceValue"
tableBindingPath="/InaamRedemptionParam(P_FromPeriod=datetime'{mView>/P_Date_From2}',P_ToPeriod=datetime'{mView>/P_Date_To2}',P_Store='')/Results"
ignoredFields="localID" class="sapUiResponsiveContentPadding" useVariantManagement="false" useTablePersonalisation="true"
showTablePersonalisation="false" useExportToExcel="false" showRowCount="true" header="Line Items" persistencyKey="SmartTableAnalytical_Explored" >
<smartTable:customToolbar>
<OverflowToolbar design="Transparent">
<ToolbarSpacer/>
<OverflowToolbarButton icon="sap-icon://sort" tooltip="Sort" text="Sort" press="onSort"/>
<OverflowToolbarButton icon="sap-icon://filter" tooltip="Filter" text="Filter" press="onFilter"/>
<OverflowToolbarButton icon="sap-icon://action-settings" tooltip="Column Settings" text="Column Settings" press="onColumns"/>
</OverflowToolbar>
</smartTable:customToolbar>
</smartTable:SmartTable>
Request clarification before answering.
| User | Count |
|---|---|
| 9 | |
| 7 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.