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
{{ message }}
This repository was archived by the owner on Aug 18, 2021. It is now read-only.
As you can see in this fiddle,
https://fiddle.sencha.com/#fiddle/5r8
the rowBodyTpl is dynamically rendered.
But if you sort the grid, you lost the dynamical rowBodyTpl and the default rowBodyTpl is rendered.
To fix this issue, I think we must override getRowBodyFeatureData like this :
I would like to have your solution to this problem.
Thanks
Dominic