Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
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
4 years ago
by
baesangjune
Browse files
Options
Download
Email Patches
Plain Diff
페이지네이션 최종
parent
6f7fdd58
master
BAE
cherry
lsy
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
client/.eslintcache
+1
-1
client/.eslintcache
client/src/Pages/Search.js
+2
-1
client/src/Pages/Search.js
with
3 additions
and
2 deletions
+3
-2
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
)
{
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help