Home
last modified time | relevance | path

Searched refs:fixedRowsBottom (Results 1 – 3 of 3) sorted by relevance

/plugin/edittable/lib/
Dhandsontable.full.js7047 … if (this.instance.getSettings().fixedRowsBottom && this.row >= totalRows - this.instance.getSetti…
12032 …ected()[0] === 0 || settings.fixedRowsBottom && this.instance.getSelected()[0] === totalRowsCount …
14290 var fixedRowsBottom = instance.getSettings().fixedRowsBottom;
14291 if (fixedRowsBottom && index >= totalRows - fixedRowsBottom) {
14292 instance.getSettings().fixedRowsBottom -= Math.min(amount, fixedRowsBottom);
14867 fixedRowsBottom;
14872 fixedRowsBottom = instance.getSettings().fixedRowsBottom;
14875 …& priv.settings.minSpareRows > 0 && !(fixedRowsBottom && priv.selRange.highlight.row >= totalRows …
19925 fixedRowsBottom: 0, property
24929 var fixedRowsBottom = this.wtSettings.getSetting('fixedRowsBottom');
[all …]
/plugin/zwidoku/files/
H A Djs.js1fixedRowsBottom&&this.row>=totalRows-this.instance.getSettings().fixedRowsBottom){if(this.col<this…
/plugin/jsontable/script/
Dhandsontable.full.min.js29fixedRowsBottom&&this.row>=e-this.instance.getSettings().fixedRowsBottom?t=this.col<this.instance.… property
35fixedRowsBottom:function(){return n.settings.fixedRowsBottom},minSpareRows:function(){return n.set…