Skip to content

Releases: nagarajanchinnasamy/subtotal

Version 1.3.3

20 Nov 12:35
Compare
Choose a tag to compare

Resolved Issue #17 Default Collapse Behavior. collapseRowsAt and collapseColsAt options now accept numerical index of the elements in rows or cols array. Thanks to @ilyaguy for the feedback.

Version 1.3.2

19 Aug 05:05
Compare
Choose a tag to compare

Issues Fixed:

* #6 Fill color or bold for sub totals
* #7 Add pvtRowSubtotal class to "Totals" column cells
* #8 Multiple tables on same page interfers with each other

Pull Requests:

* #9 Adds table scope to setColVisibility (Thanks to @kjeldahl )
* #10 Adds filter to only show the attributes given in the array (Thanks to @kjeldahl )

Version 1.3.1

30 Jul 23:59
Compare
Choose a tag to compare

#5 Heatmap not using colourScaleGenerator - Bug Fix

Version 1.3.0

18 Jul 11:39
Compare
Choose a tag to compare

Expand / Collapse UI interaction is changed from more rigid style to a flexible way as seen in standard spreadsheets. Expansion / Collapsed status of descending elements are remembered when a parent node is collapsed. Expanding the parent node will open descendants with the same state as they were when parent was collapsed.

Version 1.2.2

17 Jul 13:38
Compare
Choose a tag to compare

#3 v1.2.0: Table does not display when both collapseColsAt and collapseRowsAt are not specified - Bug Fix

Version 1.2.0

16 Jul 18:26
Compare
Choose a tag to compare

Column Expand / Collapse support added

subtotal-renderer-pivotui

Version 1.1.0

09 Jul 22:41
Compare
Choose a tag to compare

Ability to expand / collapse all the headers of a row attribute at once is added.

rowattrexpandcollapse

Version 1.0.4

06 Jul 20:18
Compare
Choose a tag to compare

Fixed broken link to tests from Readme.md

Version 1.0.3

06 Jul 20:09
Compare
Choose a tag to compare

loading pivottable.js from cdnjs to fix tests breaking

Version 1.0.2

06 Jul 19:38
Compare
Choose a tag to compare

Removed references to cdnjs. Will add later... after getting enough reputation ;-)