Searched refs:trHeight (Results 1 – 2 of 2) sorted by relevance
284 trHeight = $table.find(">tbody>tr").first().height() || 0,286 headHeight = tableHeight - this.viewport.count * trHeight,289 newCount = trHeight ? Math.floor(free / trHeight) : 0;
7629 var trHeight;7631 trHeight = Math.max(trHeight, $(childNode).outerHeight()); property7638 trHeight = 0;7640 if (trEl.position().top + trHeight > rowHeight) {