Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
search-page
Commits
6f794ed1
Commit
6f794ed1
authored
Jan 27, 2021
by
baesangjune
Browse files
페이지네이션 최종
parent
6f7fdd58
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
client/.eslintcache
View file @
6f794ed1
This diff is collapsed.
Click to expand it.
client/src/Pages/Search.js
View file @
6f794ed1
...
...
@@ -113,7 +113,8 @@ function Search(props) {
const
handleSubmit
=
(
e
)
=>
{
e
.
preventDefault
()
setState
(
true
);
setState
(
true
)
setIndex
(
1
)
}
function
paginate
(
items
,
pageNumber
,
itemNumber
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment