We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
안녕하세요.
서버에서 데이터 가져온 후 렌더링 한다음 페이징네비게이션바 연동해서 사용하고 있습니다. 페이징 네비게이션이 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) { // } } } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
안녕하세요.
서버에서 데이터 가져온 후 렌더링 한다음 페이징네비게이션바 연동해서 사용하고 있습니다.
페이징 네비게이션이 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) {
//
}
}
}
}
The text was updated successfully, but these errors were encountered: