Skip to content

Commit 4ee3efb

Browse files
committed
first page set as default page
1 parent 9248a38 commit 4ee3efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Table.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ function Table() {
246246
<span className="pt-2 text-sm">
247247
Page{" "}
248248
<strong>
249-
{pageIndex + 1} of {pageOptions.length}
249+
{pageIndex} of {pageOptions.length}
250250
</strong>{" "}
251251
</span>
252252
<button

0 commit comments

Comments
 (0)