Skip to content

Commit 7946bfa

Browse files
committed
Merge branch 'feature/sorting-callbacks' of https://github.com/rappasoft/laravel-livewire-tables into feature/sorting-callbacks
2 parents de31c79 + c54329b commit 7946bfa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/DataTableComponent.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
*/
1717
abstract class DataTableComponent extends Component
1818
{
19-
use WithBulkActions,
20-
WithCustomPagination,
21-
WithFilters,
22-
WithPerPagePagination,
23-
WithSorting;
19+
use WithBulkActions;
20+
use WithCustomPagination;
21+
use WithFilters;
22+
use WithPerPagePagination;
23+
use WithSorting;
2424

2525
/**
2626
* The default pagination theme.

0 commit comments

Comments
 (0)