mirror of
https://codeberg.org/scip/tablizer.git
synced 2025-12-17 04:30:56 +01:00
added unit test + docs for the various sort modes.
This commit is contained in:
@@ -78,9 +78,11 @@ var (
|
||||
// sorting
|
||||
SortByColumn int
|
||||
SortDescending bool
|
||||
SortNumeric bool
|
||||
SortTime bool
|
||||
SortAge bool
|
||||
|
||||
SortNumeric bool
|
||||
SortTime bool
|
||||
SortAge bool
|
||||
SortMode string
|
||||
)
|
||||
|
||||
// contains a whole parsed table
|
||||
|
||||
Reference in New Issue
Block a user