Add default values for verticalMarginUnit and cellHeightUnit, update readme to have verticalMargin info, and several more unit tests.

This commit is contained in:
d 2016-03-01 15:15:32 -05:00
commit 398dccb7a9
6 changed files with 369 additions and 6 deletions

View file

@ -537,7 +537,9 @@
disableResize: opts.disableResize || false,
rtl: 'auto',
removable: false,
removeTimeout: 2000
removeTimeout: 2000,
verticalMarginUnit: 'px',
cellHeightUnit: 'px'
});
if (this.opts.rtl === 'auto') {