nicolaskruchten / pivottable

Open-source Javascript Pivot Table (aka Pivot Grid, Pivot Chart, Cross-Tab) implementation with drag'n'drop.
https://pivottable.js.org/
MIT License
4.33k stars 1.07k forks source link

rowTotals and colTotals options for the Table renderer seem to be ignored #1310

Open morphine00 opened 1 year ago

morphine00 commented 1 year ago

The rowTotals and colTotals options for the Table renderer seem to be ignored -- setting them to false does nothing. Oddly enough, localeStrings works perfectly, as does clickCallback

Sample fiddle:

https://jsfiddle.net/26Lwq1m7/23/