cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Typescript: Filter Does not exists

DebashishDas
Active Participant
0 Likes
448

Hi SAP Gurus,

I am new in the typescript UI5 application. As there is no enough documentation for each of the UI5 apis. 

But we have to start to learn typescript development.

In our app development i found particular module or property does not exists. but how do we know and how to fix it.

For an example, see the screenshot. Property 'filter' does not exist on type 'Binding'

DebashishDas_0-1735650318869.png

 

 

Accepted Solutions (1)

Accepted Solutions (1)

DebashishDas
Active Participant
0 Likes

Find the solution. Hence closing.

I had to import "sap/ui/model/ClientListBinding", for my particular scenario

(((this.getView() as View).byId("tbVendor") as Table).getBinding("rows") as ClientListBinding ).filter(aGlobalFilter);

 

Answers (0)