Skip to content

Commit 8e8527d

Browse files
committed
Change to mount
1 parent 7f1ae43 commit 8e8527d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/WithReordering.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ trait WithReordering
1111
public string $orderColumn = 'sort';
1212
public string $orderColumnDirection = 'asc';
1313

14-
public function renderingWithReordering(): void
14+
public function mountWithReordering(): void
1515
{
1616
if (is_string($this->reorderRows)) {
1717
$this->showSorting = false;

0 commit comments

Comments
 (0)