Hi,
We are using this technique for loading our grid:
https://docs.dhtmlx.com/grid__json_configuration.html
It is possible to set several attributes for the header like this.
Now we are searching for setting certain footer attributes, like the demo:
However, we cannot find the “translation” of the attributes as mentioned in the demo into the JSOn style.
It must be a documentation issue. We see that header is called head in json config. What is the correct footer.
The examples to make custom functions seems too heavy.
https://dhtmlx.com/docs/products/dhtmlxGrid/samples/11_header_footer/04_pro_grid_footer.html?_ga=2.166161150.114646374.1574757391-1064984630.1535617224
We just want certain columns to be configured to show the sum or the total.
What are the correct JSON values.