
I have summary row in my table. But user can see it only when he will scroll down all grid. But it could be better, if summary row will be fixed at the bottom of the grid, and it will be visible always, when the grid is shown. How can I modify it?
I have summary row in my table. But user can see it only when
Share
I’m not sure how to fix a row like you’re suggesting, but for something that needs to be visible 100% of the time, have you thought about adding a top bar or a bottom bar that displays these values? You can use the displayfield xtype to show text in such a place. I’m doing this in several projects.