Jan 17, 2020, 10:11 PM
[CLOSED] grid.store.isFilterd () always return true
Hello, On your example https://examples4.ext.net/#/GridPane...Header/Filter/
Try App.GridPanel1.store.isFiltered() in inspect win.
It returns false on initial load,
Type something in filter box, App.GridPanel1.store.isFiltered() returns true
Cancel filter, App.GridPanel1.store.isFiltered() still returns true. Should it be false?
I need something to test if the user is filtering the store.
Please advise.
Thanks
Try App.GridPanel1.store.isFiltered() in inspect win.
It returns false on initial load,
Type something in filter box, App.GridPanel1.store.isFiltered() returns true
Cancel filter, App.GridPanel1.store.isFiltered() still returns true. Should it be false?
I need something to test if the user is filtering the store.
Please advise.
Thanks
Last edited by fabricio.murta; Jan 21, 2020 at 3:45 AM.