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:
Thanks!
Thanks!

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