Column selector toggle button

Any pointers on how I could customise the button that allows you to select which columns to show? Or even better, show them all expanded above the table, similar to how I can do for filters:

return $table
            ->filters([
                CandidatesFilters::getFilterLocation(),
                CandidatesFilters::getFilterSkills(),
            ], layout: Tables\Enums\FiltersLayout::AboveContent)->filtersFormColumns(5)


Thanks!
Screenshot_2023-10-27_at_12.22.16.png
Was this page helpful?