Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

페이징 이동 관련 질문 #2069

Open
eungho77 opened this issue Sep 29, 2024 · 0 comments
Open

페이징 이동 관련 질문 #2069

eungho77 opened this issue Sep 29, 2024 · 0 comments
Labels

Comments

@eungho77
Copy link

안녕하세요.

서버에서 데이터 가져온 후 렌더링 한다음 페이징네비게이션바 연동해서 사용하고 있습니다.
페이징 네비게이션이 10페이지 이상 있을 때 10 쪽 오른쪽에 ... 표시하고 있습니다.

그런데 10페이지 클릭해도 다음 페이지까지는 보이지 않고 ... 여전히 보여주고있습니다.

https://nhn.github.io/tui.pagination/latest/tutorial-example01-basic

위 링크에서 Center the current page 대로 설정을 하고 싶은데
toast grid에서 어떻게 설정을 하면될까요? 별도의 옵션이 있을까요?

el: document.getElementById('test'),
data: {
api: {
//
}
},
scrollX: false,
scrollY: false,
rowHeaders: ['checkbox'],
pageOptions: {
perPage: 5
},
columns: [
//
],
summary: {
height: 40,
columnContent: {
history: {
template: function (valueMap) {
//
}
}
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant