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
butter-studio
Commits
9ab8a632
Commit
9ab8a632
authored
Jul 07, 2021
by
Kim, Subin
Browse files
Pagination 추가 및 css
parent
fe61b33a
Changes
2
Hide whitespace changes
Inline
Side-by-side
client/src/components/Admin/MovieEdit.js
View file @
9ab8a632
...
@@ -9,9 +9,11 @@ const MovieEdit = () => {
...
@@ -9,9 +9,11 @@ const MovieEdit = () => {
<
Search
type
=
"
admin
"
/>
<
Search
type
=
"
admin
"
/>
<
/div
>
<
/div
>
<
MovieTable
/>
<
MovieTable
/>
<
div
className
=
"
d-flex
align-items-center
"
>
<
div
className
=
"
d-
md-
flex
"
>
<
Pagination
/>
<
Pagination
/>
<
button
type
=
"
button
"
className
=
"
btn btn-dark
"
style
=
{{
width
:
"
5em
"
}}
>
등록
<
/button
>
<
div
className
=
"
d-flex justify-content-end col-md-3 ms-md-auto my-1
"
>
<
button
type
=
"
button
"
className
=
"
btn btn-dark
"
style
=
{{
width
:
"
5em
"
}}
>
등록
<
/button
>
<
/div
>
<
/div
>
<
/div
>
<
/
>
<
/
>
)
)
...
...
client/src/components/Pagination.js
View file @
9ab8a632
const
Pagination
=
()
=>
{
const
Pagination
=
()
=>
{
return
(
return
(
<
nav
aria
-
label
=
"
Page navigation example
"
>
<
nav
className
=
"
col-md-3 ms-md-auto my-1
"
aria
-
label
=
"
Page navigation example
"
>
<
ul
className
=
"
pagination justify-content-center
"
>
<
ul
className
=
"
pagination justify-content-center
mb-0
"
>
<
li
className
=
"
page-item
"
>
<
li
className
=
"
page-item
"
>
<
a
className
=
"
page-link
"
href
=
"
#
"
aria
-
label
=
"
Previous
"
>
<
a
className
=
"
page-link
"
href
=
"
#
"
aria
-
label
=
"
Previous
"
>
<
span
aria
-
hidden
=
"
true
"
>&
laquo
;
<
/span
>
<
span
aria
-
hidden
=
"
true
"
>&
laquo
;
<
/span
>
...
...
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