Home
last modified time | relevance | path

Searched refs:countRows (Results 1 – 4 of 4) sorted by relevance

/plugin/rowmove/
H A Dscript.js17 var count = countRows(elTr);
46 var count = countRows(elTr);
98 function countRows(el) function
/plugin/edittable/script/
H A Dcontextmenu.js134 var rowsInTable = this.countRows();
H A Deditor.js550 var totalRows = this.countRows();
/plugin/edittable/lib/
H A Dhandsontable.full.js16307 rowTo = this.countRows();
16596 var i = instance.countRows() - 1;
16901 this.countRows = function () {
17029 var i = instance.countRows() - 1,
17057 if (instance.countRows() < 1) {
34365 value: function countRows() {
40765 if (this.countRows()) {
44806 var countRows = this.hot.countRows();
44895 var maxIndex = countRows - 1;
46641 var rowCount = this.countRows();
[all …]