in ExtJS 3.x grid panels that used a remote datastore and paging bars had a reload button that would change to a spinner animation while reloading data from the store. However in ExtJS4 the reload button now does not seem to do that, in either sencha.com’s examples or for my own application’s grids. Was this functionality removed, or does it have to be enabled somehow?
Share
Rewrote my fix as a grid panel plugin to make it a bit cleaner and more modular:
In your grid config just add
{ptype: 'pagingrefreshspinner'}to itspluginsarray. And just like i mentioned in my previous answer, dont’ forget to add this rule to your CSS: