org-scn-design-studio-community / sdkpackage

SDK Package of SCN Design Studio Community
Apache License 2.0
32 stars 29 forks source link

SAP Design Studio UI5 Table filters #147

Open mouadecl opened 7 years ago

mouadecl commented 7 years ago

Hello the community,

I have a problem with the component UI5 table, how can i retrieve the filters applied on the columns of the table, because with ui5 table once we click on the header columns we can filter on the values of this columns, but it doesn't filter the Data source itself, so it there a way to retrieve them .

Many thanks.

Best regards.

KarolKalisz commented 7 years ago

HI, the implementation of the filters is only front-end site, this is integrated function of the UI5 table which is not knowing about the data source at all.

it means also, the filters are not knowing about any technical keys which you would need to use them anywhere in the scripting. The filters are basically "text driven". So, even there would be some option to push them down to BIAL script, it would bring only the textual values of filtered column.

For today, there is no function and event which is triggered on this frontend filtering. I have not investigated if it is possible to attach to some UI5 table api to get out those filters.

Karol