{{ aspTable({
head: [
{ text: "Column 1" },
{ text: "Column 2" },
{ text: "Column 3" },
{ text: "Column 4" }
],
rows: [
{
modifier: "read",
href: "#",
cells: [
{ text: "Row 1, cell 1, link" },
{ text: "Row 1, cell 2" },
{ text: "Row 1, cell 3" },
{ text: "Row 1, cell 4" }
]
},
{
modifier: "read",
href: "#",
cells: [
{ text: "Row 2, cell 1, link" },
{ text: "Row 2, cell 2" },
{ text: "Row 2, cell 3" },
{ text: "Row 2, cell 4" }
]
}
]
}) }}