sorting done
This commit is contained in:
@@ -30,7 +30,9 @@ const createHeaderRow = (headers) => {
|
||||
th.innerHTML = header;
|
||||
tr.append(th);
|
||||
});
|
||||
return tr;
|
||||
const thead = document.createElement('thead')
|
||||
thead.appendChild(tr)
|
||||
return thead;
|
||||
};
|
||||
|
||||
const createBodyRows = (rows) => {
|
||||
|
||||
Reference in New Issue
Block a user