Skip to content

Version 1.7.1

Compare
Choose a tag to compare
@nagarajanchinnasamy nagarajanchinnasamy released this 02 Feb 22:41
· 17 commits to master since this release

This release adds support to hide subtotal rows and/or subtotal columns on expand (Issue: #26). Thanks to @Dams591 for the feedback.

Following new rendererOptions added:

  • rowSubtotalDisplay
  • colSubtotalDisplay

These options can take one of the following values:

  • "Hide On Expand"
  • "Enable"
  • "Disable" (Note: Currently Not Supported)

Check this example for the code sample