andrew-yangy / ng-treetable

A treetable module for angular 5
MIT License
32 stars 18 forks source link

Filter not working #11

Open arjayads opened 7 years ago

arjayads commented 7 years ago
<input #gb type="text" pInputText size="50" placeholder="Filter">
<ay-treeTable [value]="files" [globalFilter]="gb">
 <ay-column field="name" header="Name"></ay-column>
 <ay-column field="gender" header="Gender"></ay-column> 
</ay-treeTable>

When I enter text in the filter input field and press enter, filter is not working as expected

goel-sunny commented 6 years ago

yes it also not working for me , do you get any solution related to this or not.

goel-sunny commented 6 years ago

dont know it is showing here that this feature is available but not working while doing practicle