You can interact with and influence any table generated through annotations using all the properties and methods available on the Table building block.
To interact with a table, you need to find the id of the TableAPI control.
Open the browser's developer tools and search for the "<ApplicationId>::<PageId>–fe::table::<Entity name or navigation property>::LineItem::Table" string where:
ApplicationIdis theidof the application, which is found in themanifest.jsonfile.PageIdis theidof the page.- Entity name is used for list report pages.
- Navigation property is used for object pages and custom pages.
Within a controller extension, you can use the shorter form:
"fe::table::<Entity name or navigation property>::LineItem::Table".
Then, you can use any of the Table API properties and aggregations.
For more information about the Table API, see the API Reference.
For more information and live examples, see the SAP Fiori development portal at Building Blocks - Table - Extensions - Table APIs.