Skip to content

Commit 4649488

Browse files
committed
Add pagination theme property
1 parent ffd3961 commit 4649488

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/DataTableComponent.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ abstract class DataTableComponent extends Component
2222
use WithPerPagePagination;
2323
use WithSorting;
2424

25+
/**
26+
* The default pagination theme.
27+
*
28+
* @var string
29+
*/
30+
public $paginationTheme = 'tailwind';
31+
2532
/**
2633
* Show the search field.
2734
*

0 commit comments

Comments
 (0)