From 55b8c7f41485554fa3e5b1891569464081595213 Mon Sep 17 00:00:00 2001 From: Arthur LORENT Date: Sat, 28 Jan 2023 13:34:57 +0100 Subject: [PATCH] Updated formatter doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8af448..600300a 100644 --- a/README.md +++ b/README.md @@ -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