Calling function when List Group Header Change in Sencha Touch

81 views Asked by At

I want to call a function when the group function is changed when we scroll in list.

Thanks

1

There are 1 answers

0
Baidaly On BEST ANSWER

Take a look at this fiddle: https://fiddle.sencha.com/#fiddle/p36

Basically, you need to override List's handlePinnedHeader. Instead of console.log you can put fireEvent or your custom code