Skip to content

Commit

Permalink
Update 02-text.md
Browse files Browse the repository at this point in the history
Fix docs
  • Loading branch information
adereksisusanto authored Sep 18, 2024
1 parent 995326f commit 7e9a575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tables/docs/03-columns/02-text.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ TextColumn::make('index')->getStateUsing(
return (string) (
$rowLoop->iteration +
($livewire->tableRecordsPerPage * (
$livewire->page - 1
$livewire->getPage() - 1
))
);
}
Expand Down

0 comments on commit 7e9a575

Please sign in to comment.