simonko912 commited on
Commit
6165d33
·
verified ·
1 Parent(s): a30358f

Update app.js

Browse files
Files changed (1) hide show
  1. app.js +3 -0
app.js CHANGED
@@ -77,6 +77,9 @@ function render() {
77
  return descending ? -result : result;
78
  });
79
 
 
 
 
80
 
81
  row.innerHTML = `
82
  <td>${index + 1}</td>
 
77
  return descending ? -result : result;
78
  });
79
 
80
+ sorted.forEach((model, index) => {
81
+
82
+ const row = document.createElement("tr");
83
 
84
  row.innerHTML = `
85
  <td>${index + 1}</td>