Skip to content

Commit

Permalink
Update 06-layout.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Jan 15, 2024
1 parent 21e5257 commit ff58006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tables/docs/04-filters/06-layout.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public function table(Table $table): Table
}
```

### Customizing the filter form schema
## Customizing the filter form schema

You may customize the [form schema](../../forms/layout) of the entire filter form at once, in order to rearrange filters into your desired layout, and use any of the [layout components](../../forms/layout) available to forms. To do this, use the `filterFormSchema()` method, passing a closure function that receives the array of defined `$filters` that you can insert:

Expand Down

0 comments on commit ff58006

Please sign in to comment.