withSettings(ColumnSettingFlags::DEFAULT_SORT_DESC) ); $this->tableSettings = new GenericTableSettings(Product::class, $columns); $this->filters = new FilterCollection( SingleFilter::make('name', [ 'Yes' => 'yes', 'No' => 'No', ]) ); } }