1

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

Thanks

GoalDone
  • 345
  • 1
  • 3
  • 15

1 Answers1

1

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

Baidaly
  • 1,829
  • 1
  • 15
  • 16