File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -181,6 +181,26 @@ let utilities = [
181181 description: ' The current table instance.' ,
182182 },
183183 ],
184+ tableFilters: [
185+ {
186+ name: ' Filter' ,
187+ type: ' Filament\\ Tables\\ Filters\\ BaseFilter' ,
188+ parameter: ' $filter' ,
189+ description: ' The current filter instance.' ,
190+ },
191+ {
192+ name: ' Livewire' ,
193+ type: ' Livewire\\ Component' ,
194+ parameter: ' $livewire' ,
195+ description: ' The Livewire component instance.' ,
196+ },
197+ {
198+ name: ' Table' ,
199+ type: ' Filament\\ Tables\\ Table' ,
200+ parameter: ' $table' ,
201+ description: ' The current table instance.' ,
202+ },
203+ ],
184204 },
185205 }[version ][set ],
186206].sort ((a , b ) => a .name > b .name ? 1 : - 1 )
@@ -193,6 +213,7 @@ const link = {
193213 infolistEntries: ` /docs/${version }/infolists/overview#entry-utility-injection ` ,
194214 schemaComponents: ` /docs/${version }/schemas/overview#component-utility-injection ` ,
195215 tableColumns: ` /docs/${version }/tables/columns/overview#column-utility-injection ` ,
216+ tableFilters: ` /docs/${version }/tables/filters/overview#filter-utility-injection ` ,
196217}[set ]
197218---
198219
You can’t perform that action at this time.
0 commit comments