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");