Skip to content

Commit

Permalink
Updated formatter doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Okipa committed Jan 28, 2023
1 parent 222906a commit 55b8c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ class UsersTable extends AbstractTableConfiguration

This package provides the following built-in formatters :
* `BooleanFormatter`:
* Displays a yes/no status from a `boolean` value
* Displays the `config('laravel-table.icon.active')` active icon or the `config('laravel-table.icon.inactive')` inactive icon from a `boolean` value
* `DateFormatter`:
* Requires `string $format` and `string $timezone` arguments on instantiation
* Displays a formatted string from a `date` or `datetime` value
Expand Down

0 comments on commit 55b8c7f

Please sign in to comment.