It is possible to set a footer row in the grid. For this purpose a footerrow parameter is used. If set to true this will place a footer table with one row below the gird records and above the pager. The number of columns equal those specified in colModel
It is possible to transport custom data to the grid. This is done with userdata property in the server response - see JSON data clicking on the tab above

userDataOnFooter- when set to true we directly place the user data array userData in the footer. The rules are as follows: If the userData array contains a name which matches any name defined in colModel, then the value is placed in that column. If there are no such values nothing is placed. Note that if this option is used we use the current formatter options (if available) for that column.