I figured how to empty out subtotals in flexmonster:
options: {
grid: {
showTotals: "off"
}
}
But it just clears out values in the columns that are subtotals, but the headers remain (see the screenshot attached). Do you know how to also hide Total average... column headers? Or remove these columns completely.