We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c4f7f5 commit a280795Copy full SHA for a280795
app/Filament/Resources/Results/Tables/ResultTable.php
@@ -135,8 +135,6 @@ public static function table(Table $table): Table
135
->toggleable(isToggledHiddenByDefault: true)
136
->sortable(),
137
])
138
- ->deferFilters(false)
139
- ->deferColumnManager(false)
140
->filters([
141
Filter::make('created_at')
142
->label(__('general.created_at'))
@@ -276,7 +274,6 @@ public static function table(Table $table): Table
276
274
277
275
->defaultSort('id', 'desc')
278
->paginationPageOptions([10, 25, 50])
279
- ->deferLoading()
280
->poll('60s');
281
}
282
0 commit comments