Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b38c878724 |
@@ -76,7 +76,7 @@ document.addEventListener("DOMContentLoaded", () => {
|
||||
input.type = "text";
|
||||
input.className = "col-filter col-filter-text";
|
||||
input.placeholder = colName;
|
||||
input.style.minWidth = `${colName.length + 1}ch`;
|
||||
th.style.minWidth = `calc(${colName.length}ch + 20px)`;
|
||||
input.setAttribute("aria-label", "filter " + colName);
|
||||
let debounceTimer;
|
||||
input.addEventListener("input", () => {
|
||||
|
||||
Reference in New Issue
Block a user