Skip to content

Commit 4512126

Browse files
authored
Update filters.md
missing comma
1 parent 041f6df commit 4512126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/table-features/filters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class DishTable extends PowerGridComponent
3535
return [
3636
Filter::inputText('name')->placeholder('Dish Name'),
3737

38-
Filter::boolean('in_stock')->label('In Stock', 'Out of Stock')
38+
Filter::boolean('in_stock')->label('In Stock', 'Out of Stock'),
3939

4040
Filter::number('price_BRL', 'price')->thousands('.')
4141
->decimal(','),

0 commit comments

Comments
 (0)