From ff580060875a848be5a67a6202b61dfddbca9966 Mon Sep 17 00:00:00 2001 From: Dan Harrin Date: Mon, 15 Jan 2024 12:42:13 +0000 Subject: [PATCH] Update 06-layout.md --- packages/tables/docs/04-filters/06-layout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tables/docs/04-filters/06-layout.md b/packages/tables/docs/04-filters/06-layout.md index 1ef3fc479f9..d21792b3ccc 100644 --- a/packages/tables/docs/04-filters/06-layout.md +++ b/packages/tables/docs/04-filters/06-layout.md @@ -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: