style/responsive-table #4

Merged
GauthierWebDev merged 2 commits from style/responsive-table into main 2025-04-18 08:30:19 +00:00
Showing only changes of commit d815c98a23 - Show all commits

View File

@ -51,6 +51,16 @@ const nodes = {
},
},
},
table: {
...defaultNodes.table,
attributes: {
...defaultNodes.table.attributes,
class: {
type: String,
default: "block max-w-full overflow-x-auto border-collapse text-sm",
},
},
},
th: {
...defaultNodes.th,
attributes: {