Skip to content

Commit 0623f8c

Browse files
Adavace pagination in example
1 parent 7844360 commit 0623f8c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

example/dist/index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/src/UserList.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class UserList extends Component {
9292
last: "Last"
9393
}
9494
},
95-
pagination: "basic",
95+
pagination: "advance",
9696
show_length_menu: true,
9797
show_filter: true,
9898
show_pagination: true,

0 commit comments

Comments
 (0)