Skip to content

Commit 1ef9d69

Browse files
Merge pull request #116 from neazk/patch-1
missing comma in doc in file (filters.md)
2 parents 041f6df + 4512126 commit 1ef9d69

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)