Skip to content

Experimental

Pre-release
Pre-release
Compare
Choose a tag to compare
@TonyGermaneri TonyGermaneri released this 20 Jul 19:19
· 806 commits to master since this release

in this release, 4 style names have been changed to conform to the convention of active cell style naming.

e.g.:
headerCellActiveBackgroundColor

is now:
activeHeaderCellBackgroundColor

Below is a list of the 4 changed styles

            ['activeHeaderCellColor', 'rgba(0, 0, 0, 1)'],
            ['activeHeaderCellBackgroundColor', 'rgba(225, 225, 225, 1)'],
            ['activeRowHeaderCellColor', 'rgba(0, 0, 0, 1)'],
            ['activeRowHeaderCellBackgroundColor', 'rgba(225, 225, 225, 1)'],