uses cursors instead, much clearer experience.
This commit is contained in:
@@ -126,5 +126,6 @@ elem.dp = new Datepicker(elem, {format: "mm/dd/yyyy", autohide: true});
|
||||
countRows = function(id) {
|
||||
var table = document.querySelector(id);
|
||||
var rows = table.querySelectorAll("tbody tr");
|
||||
console.log("ROWS", rows.length);
|
||||
return rows.length;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user