We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 041f6df + 4512126 commit 1ef9d69Copy full SHA for 1ef9d69
docs/table-features/filters.md
@@ -35,7 +35,7 @@ class DishTable extends PowerGridComponent
35
return [
36
Filter::inputText('name')->placeholder('Dish Name'),
37
38
- Filter::boolean('in_stock')->label('In Stock', 'Out of Stock')
+ Filter::boolean('in_stock')->label('In Stock', 'Out of Stock'),
39
40
Filter::number('price_BRL', 'price')->thousands('.')
41
->decimal(','),
0 commit comments