-
It's easier to look through results by scrolling but you cannot have 5000 results at one page. Browser in that situation would be very slow. So I'd like to divide 5000 rows to 500 results per page and…
mt-07 updated
8 years ago
-
Hey, I guess when you use paginator on a datatable; since you bind paginator's page data to datatable, it only sorts displayed data rather than whole dataset. Is there a config to prevent this?
-
#### Description
I tried to put two tables in one component with different data sources which worked well with the data rending part. However, the paginator didn't work on the second table.
#### …
-
Please update code for paginator correct working...
```
loadLessons(courseId:number,
filter:string,
sortDirection:string,
pageIndex:number,
…
-
Hi, hope you can help. I've got the paginator component and table component on a page and I want to disable the one that is displayed with the table (pretty simple) and use the standalone component. I…
-
In AppController, the Paginator component is set up with these parameters, leading me to believe that paramType will always be querystring. It doesn't appear to be doing anything in my application. Is…
-
#### Bug, feature request, or proposal:
Feature request
#### What is the expected behavior?
To be able to jump to a specific page using a dropdown populated with page numbers. The dropdown shoul…
-
Hello,
I have loads of data in my table and I am sending the the first bunch of 10 of 100+ records using a paginator. The datatable currently uses the 10 and splits it into two pages. How do I ens…
-
-
Today we get identity region of QS via try and error message
This can be replaced with list_namespaces procedure
```
list(qs.get_paginator('list_namespaces').paginate(AwsAccountId=account_id).…