tui.grid
tui.grid copied to clipboard
tui.grid - setting the starting page of the pagination
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:{...})- failednew tui.Grid(..., data: { initParams: {page: 5}})- failed
Version latest cdn, https://uicdn.toast.com/tui.pagination/latest/tui-pagination.js