question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Pager doesn't work if dinamically set per-page greater or equals than rows quantity

See original GitHub issue

<datatable-pager v-if="isShowPager()" type="abbreviated" v-model="page" v-bind:per-page="per_page" ></datatable-pager>

This doesn’t work if you set per_page variable equal or greater than rows quantity

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
pstephan1187commented, Jan 4, 2018

Thank you for letting me know. I will look into the error and get a fix in place.

0reactions
GerkinDevcommented, Mar 12, 2019

Closing because of inactivity

Read more comments on GitHub >

github_iconTop Results From Across the Web

Paging - Managing Data in a Component - Webix
Paging helps present numerous items from the dataset dividing them into groups to display on separate pages. It is used in conjunction with...
Read more >
How to change dynamically the value in pageSize in Material ...
I'm working in a project where the default value for the pageSize is a fixed number. Now, I need change this behaibour for...
Read more >
Dapper. Paging - Stack Overflow
Here's Massive's code. var query = string.Format("SELECT {0} FROM (SELECT ROW_NUMBER() OVER (ORDER BY {2}) ...
Read more >
Efficiently Paging Through Large Amounts of Data (C#)
When paging through data, the precise records displayed in a page depend ... Maximum Rows the maximum number of records to display per...
Read more >
How do you make dataTable height fit the remaining height ...
Hi, I'm trying to get dataTable to fit the remaining height available on a screen with the option scrollY: '100%' (without y overflow)....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found