app/Http/Livewire/Datatable.php: Set pagination theme to tailwind.
This commit is contained in:
parent
67d0fad391
commit
1d76fdafd4
1 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,8 @@ class Datatable extends Component
|
||||||
{
|
{
|
||||||
use WithPagination, Traits\WithSort, Traits\Alert;
|
use WithPagination, Traits\WithSort, Traits\Alert;
|
||||||
|
|
||||||
|
protected $paginationTheme = 'tailwind';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Query string settings.
|
* Query string settings.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Reference in a new issue