@aware(['component', 'tableName'])
@props(['filterGenericData'])
@if ($component->hasConfigurableAreaFor('before-toolbar'))
@include($component->getConfigurableAreaFor('before-toolbar'), $component->getParametersForConfigurableArea('before-toolbar'))
@endif
$component->isBootstrap(),
'md:flex md:justify-between mb-4 px-4 md:p-0' => $component->isTailwind(),
])
>
$component->isBootstrap(),
'w-full mb-4 md:mb-0 md:w-2/4 md:flex space-y-4 md:space-y-0 md:space-x-2' => $component->isTailwind(),
])
>
@if ($component->hasConfigurableAreaFor('toolbar-left-start'))
@include($component->getConfigurableAreaFor('toolbar-left-start'), $component->getParametersForConfigurableArea('toolbar-left-start'))
@endif
@if ($component->reorderIsEnabled())
@endif
@if ($component->filtersAreEnabled() && $component->filtersVisibilityIsEnabled() && $component->hasVisibleFilters())
@endif
@if ($component->hasConfigurableAreaFor('toolbar-left-end'))
@include($component->getConfigurableAreaFor('toolbar-left-end'), $component->getParametersForConfigurableArea('toolbar-left-end'))
@endif
$component->isBootstrap(),
'md:flex md:items-center space-y-4 md:space-y-0 md:space-x-2' => $component->isTailwind(),
])
>
@if ($component->hasConfigurableAreaFor('toolbar-right-start'))
@include($component->getConfigurableAreaFor('toolbar-right-start'), $component->getParametersForConfigurableArea('toolbar-right-start'))
@endif
@if ($component->showBulkActionsDropdownAlpine())
@endif
@if ($component->columnSelectIsEnabled())
@endif
{{-- @if ($component->paginationIsEnabled() && $component->perPageVisibilityIsEnabled())
@endif --}}
@if ($component->hasConfigurableAreaFor('toolbar-right-end'))
@include($component->getConfigurableAreaFor('toolbar-right-end'), $component->getParametersForConfigurableArea('toolbar-right-end'))
@endif
@if (
$component->filtersAreEnabled() &&
$component->filtersVisibilityIsEnabled() &&
$component->hasVisibleFilters() &&
$component->isFilterLayoutSlideDown()
)
@include($component->getConfigurableAreaFor('after-toolbar'), $component->getParametersForConfigurableArea('after-toolbar'))
@endif