tui.grid icon indicating copy to clipboard operation
tui.grid copied to clipboard

tui.grid - setting the starting page of the pagination

Open pmingkr opened this issue 2 years ago • 0 comments

Summary I want to set the starting page of the pagination with data source. for providing the link with the page number to users.

  • What I tried new tui.Grid(..., pageOptions: {perPage:15, page: 5} , data:{...}) - failed new tui.Grid(..., data: { initParams: {page: 5}}) - failed

Version latest cdn, https://uicdn.toast.com/tui.pagination/latest/tui-pagination.js

pmingkr avatar Jul 11 '23 05:07 pmingkr