@zig { const ColumnChoices = []const enum{song, album, artist, artistlist, scrobbles, date}; const columns: ColumnChoices = &.{.song, .artistlist, .album, .date}; } @partial partials/header

Scrobbles

@partial partials/newtable(T: ColumnChoices, table_data: .scrobbles, columns: columns)