Skip to content

Commit

Permalink
Merge pull request filamentphp#14287 from adereksisusanto/patch-1
Browse files Browse the repository at this point in the history
Update 02-text.md
  • Loading branch information
danharrin authored Sep 19, 2024
2 parents 995326f + 7e9a575 commit c56cda0
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 c56cda0

Please sign in to comment.