-
-
- {{ __($this->getLocalisationPath.'You have selected') }}
-
- {{ __($this->getLocalisationPath.'rows, do you want to select all') }}
- @if(!$simplePagination) @endif
-
+
-
- {{ __($this->getLocalisationPath.'Select All') }}
-
+ getBulkActionsRowButtonAttributesBag->class([
+ 'ml-1 underline text-sm leading-5 font-medium focus:outline-none focus:underline transition duration-150 ease-in-out' => $this->isTailwind && ($this->getBulkActionsRowButtonAttributes['default-styling'] ?? true),
+ 'text-blue-600 text-gray-700 focus:text-gray-800 dark:text-white dark:hover:text-gray-400' => $this->isTailwind && ($this->getBulkActionsRowButtonAttributes['default-colors'] ?? true),
+ 'btn btn-primary btn-sm' => $this->isBootstrap && ($this->getBulkActionsRowButtonAttributes['default-styling'] ?? true)
+ ])
+ }}
+ >
+ {{ __($this->getLocalisationPath.'Select All') }}
+
-
- {{ __($this->getLocalisationPath.'Deselect All') }}
-
-
-