Add default values for verticalMarginUnit and cellHeightUnit, update readme to have verticalMargin info, and several more unit tests.
This commit is contained in:
parent
3d0c8baefe
commit
398dccb7a9
6 changed files with 369 additions and 6 deletions
|
|
@ -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') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue