After download the new version, i try to disable the show subTotal option, but nothing happen. I have check the status of options.grid.showTotals is false when i disable the showTotal. but it is still over there.
options.grid.showTotals=subVal;
console.log("subVal"+subVal);
flexmonster.setOptions(options);
flexmonster.refresh();
Hello Leon,
Thank you for the question.
Could you please check the following sample - https://jsfiddle.net/flexmonster/v9vv235o/
It seems working as expected.
Are you able to reproduce the issue on this sample as well?
Regards,
Ian