게시판 페이징

thkim
유민형 2024-06-25 11:24:20 +09:00
parent 5ba3be78fb
commit 842f729ef0
1 changed files with 4 additions and 20 deletions

View File

@ -194,26 +194,10 @@ function List(){
<Row className="board_bot justify-content-between"> <Row className="board_bot justify-content-between">
<Col xs={3} className=""></Col> <Col xs={3} className=""></Col>
{/* <!-- Paging --> */} {/* <!-- Paging --> */}
<EgovPaging pagination={paginationInfo} moveToPage={passedPage => { <Col xs={6}>
retrieveList({ ...searchCondition, pageIndex: passedPage}) //, searchCnd: cndRef.current.value, searchKeyword: wrdRef.current.value <EgovPaging pagination={paginationInfo} moveToPage={passedPage => {
}} /> retrieveList({ ...searchCondition, pageIndex: passedPage}) //, searchCnd: cndRef.current.value, searchKeyword: wrdRef.current.value
<Col xs={6} className="paging"> }} />
<ul>
<li className="btn"><button to="" className="first">처음</button></li>
<li className="btn"><button to="" className="prev">이전</button></li>
<li><button to="" className="cur">1</button></li>
<li><button to="">2</button></li>
<li><button to="">3</button></li>
<li><button to="">4</button></li>
<li><button to="">5</button></li>
<li><button to="">6</button></li>
<li><button to="">7</button></li>
<li><button to="">8</button></li>
<li><button to="">9</button></li>
<li><button to="">10</button></li>
<li className="btn"><button to="" className="next">다음</button></li>
<li className="btn"><button to="" className="last">마지막</button></li>
</ul>
</Col> </Col>
{/* <!--/ Paging --> */} {/* <!--/ Paging --> */}