Skip to content

Commit

Permalink
Update src/app/organizer/table-types.ts
Browse files Browse the repository at this point in the history
Co-authored-by: robojumper <[email protected]>
  • Loading branch information
bhollis and robojumper authored Aug 10, 2024
1 parent d51ee1a commit 716b309
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/organizer/table-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ export interface ColumnDefinition<V extends Value = Value> {
/**
* A name for this column when it is output as CSV. This will reuse the value
* function as-is. We could reuse the header, but that's localized, while
* historically our CSV column names haven't been. I tried to combine this and
* `csvVal` but ran into type covariance issues.
* historically our CSV column names haven't been.
*
* Alternately, provide a function to override both the column name and the
* value, or emit multiple columns at once. This is mostly to achieve
Expand Down

0 comments on commit 716b309

Please sign in to comment.