Apply a CSS transformation to all items in a Dataview result
Part of Obsidian guides
this.container.querySelectorAll(".table-view-table td").forEach(s => s.style.width ="300px");
Sep 09, 20241 min read
Part of Obsidian guides
this.container.querySelectorAll(".table-view-table td").forEach(s => s.style.width ="300px");