SAP UI5 Application Development Tutorial No. 64 - How to implement filter (filtering) and sort (sorting) functions in SAP UI5 table control based on OData V4

In the previous step of this tutorial, we learned how to develop a simplest SAP UI5 application using the Table control based on OData V4.

In this article, we continue to add new functions to this table on the basis of the previous steps: filter (filtering) and sort (sorting) functions.

First look at the effect:

  1. In the search bar in the upper right corner of the table control, enter Guessand click the magnifying glass icon to search, or filter:

This filtering function is implemented based on the LastName of the OData model, so now the table only displays Guessthe .

  1. Click another on the toolbar

Guess you like

Origin blog.csdn.net/i042416/article/details/123946231