This is a migrated thread and some comments may be shown as answers.

How apply filter on remote data

1 Answer 135 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Jijo
Top achievements
Rank 1
Jijo asked on 15 Dec 2020, 12:48 PM

We are using remote data to create treeview, so our tree data type is

public treedata: Observable<any>;

So in search function we are getting exception

Argument of type 'Observable<any>' is not assignable to parameter of type 'any[]'.

How we apply a filter on remote async data?

bahaso
Top achievements
Rank 1
Iron
Iron
Iron
commented on 26 Aug 2021, 01:40 PM

Hi,

 

Do you have found solution ?

Regards

1 Answer, 1 is accepted

Sort by
0
Shubham
Top achievements
Rank 1
Iron
answered on 26 Jul 2023, 05:18 AM
Hi , 

Do you find any solution. In my case filter is working on static data but on remote data filter is not working.

Thanks in advanced

Tags
TreeView
Asked by
Jijo
Top achievements
Rank 1
Answers by
Shubham
Top achievements
Rank 1
Iron
Share this question
or