Create partial for view agnostic table
This commit is contained in:
parent
3345b20f1f
commit
762a4fd51e
2 changed files with 63 additions and 0 deletions
|
|
@ -61,3 +61,11 @@ pub const Rule = struct {
|
|||
pub const Rules = struct {
|
||||
rules: []const Rule,
|
||||
};
|
||||
|
||||
pub const Headers = []enum {
|
||||
Song,
|
||||
Album,
|
||||
Artist,
|
||||
Scrobbles,
|
||||
Date,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue