How to filter data to be displayed in sapui5 -
i have table shows data various order numbers, coming entity set. now, want show data particular order, order number 20.
any idea how can achieved (or wiki/links how that)?
thanks in advance.
if have order number key field in json can apply filters show particular data in table.
sap.ui.getcore().byid("otable").getbinding().filter(new sap.ui.model.filter("ordernumber", sap.ui.model.filteroperator.eq, "20"));
Comments
Post a Comment