Skip to content

Commit

Permalink
Merge pull request #116 from neazk/patch-1
Browse files Browse the repository at this point in the history
missing comma in doc in file (filters.md)
  • Loading branch information
luanfreitasdev authored Sep 17, 2024
2 parents 041f6df + 4512126 commit 1ef9d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/table-features/filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class DishTable extends PowerGridComponent
return [
Filter::inputText('name')->placeholder('Dish Name'),

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

Filter::number('price_BRL', 'price')->thousands('.')
->decimal(','),
Expand Down

0 comments on commit 1ef9d69

Please sign in to comment.