vue-bootstrap4-table icon indicating copy to clipboard operation
vue-bootstrap4-table copied to clipboard

Bug: config.per_page resets config.page

Open nullday opened this issue 6 years ago • 0 comments

If pass per_page and page properties in the config, then it's always the first page. If pass just page then it works fine, it renders specified page after mount. If pass per_page, page and preservePageOnDataChange: true, then it works fine as well. But in my case I would like to keep preservePageOnDataChange: false but be able to set a specified page that should be displayed after the table component mounted.

P.S. I'm working on state save/load feature.

nullday avatar May 15 '19 22:05 nullday