간단하게 페이지 적용하기

적용하고 싶은 페이지를 확인합니다.

- path: properties/active
  blocks:
  - type: query
    resource: mysql.qa
    sqlType: select
    sql: SELECT * FROM properties ORDER BY id ASC LIMIT 100

이와 같이 옵션을 추가합니다.

- path: properties/active
  blocks:
  - type: query
    resource: mysql.qa
    sqlType: select
    sql: SELECT * FROM properties ORDER BY id ASC LIMIT 100
    ***paginationOptions:
      enabled: true
      perPage: 10***

확인

Screen Shot 2022-04-01 at 4.46.59 PM.png

기본 페이지 수 조절하기

paginationOptions:
  enabled: true
  ***perPage: 100***

페이지 단위 조절하기

paginationOptions:
  enabled: true
  perPage: 10
  perPageDropdown:
  - 10
  - 50
  - 100

Screen Shot 2022-04-01 at 5.27.24 PM.png

키 의미