Skip to content

Commit

Permalink
docs: add documentation of the column value_translation_parameters
Browse files Browse the repository at this point in the history
…option
  • Loading branch information
Kreyu committed Nov 24, 2024
1 parent e3a8211 commit c664cee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/src/reference/types/column/options/column.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ Setting the option to `false` disables its translation.

### `value_translation_parameters`

- **type**: `array` or `callable` that returns an array
- **default**: `[]`

Sets the parameters used when translating the column value.

If given the callable, it will receive two arguments:
Expand Down

0 comments on commit c664cee

Please sign in to comment.