react-pivottable
react-pivottable copied to clipboard
ClickCallback with more than one column attribute does not function right
Somehow when clickCallback function(e, value, filters, pivotData) and within it forEachMatchingRecord is applied in this case, nothing is collected. I use the word collected assuming the example at https://pivottable.js.org/examples/mps_prepop.html.
In the screenshot below, the grand total is clicked on with nothing collected. Other cell clicks function as expected.

Also, I observe that pivottable.js does not have the bug https://pivottable.js.org/examples/mps_prepop.html