hbkim
2
안녕하세요. 문의주셔서 감사합니다. 아래 2가지 내용이 도움이 되실까요?
Server-side paginationOptions
totalPath에 넣는 방법
- type: http
axios:
method: GET
url: http://api.selectfromuser.com/sample-api/users?offset={{page_offset}}&limit={{page_limit}}
rowsPath: rows
totalPath: total
mode: remote
paginationOptions:
enabled: true
perPage: 3
기대하신 방향과 다르다면 말씀해주세요.
감사합니다.
1개의 좋아요