You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using ext js 3.3.2 and once we apply reconfigure on grid with new store and columnmodel, filters are not visible as 'renderFields' function is only registered on 'render' event of grid.
As a work around I have also registered 'renderFields' on grid.getView()'s'refresh' event. This works fine but as a author you might have better solution in terms of performance and coding pattern.
Thanks for providing such a nice plugin.
The text was updated successfully, but these errors were encountered:
I am using ext js 3.3.2 and once we apply reconfigure on grid with new store and columnmodel, filters are not visible as 'renderFields' function is only registered on 'render' event of grid.
As a work around I have also registered 'renderFields' on grid.getView()'s 'refresh' event. This works fine but as a author you might have better solution in terms of performance and coding pattern.
Thanks for providing such a nice plugin.
The text was updated successfully, but these errors were encountered: