-
-
### Background
The current implementation of paginators in the RESTClient is designed to manage pagination through the HTTP GET method.
### Problem
Certain APIs require the use of the HTTP PO…
-
Potřebujeme nějakou třídu ArticleModel co nám bude vracet kolekci (nefetchnutá data) a jejich celkový počet.
```php
public function renderList($page = 1)
{
$this->page = $page;
$pagi…
-
http://iamisti.github.io/mdDataTable/ -> Ajax Search Support
For example, if you go to page 4 and then you search "Palomitas" or "Palou" it stays on page 4! The paginator doesn't restart to page 1.
I…
-
I'm puzzled. How is this behavior supposed to work?
current version: **0.10.1**
Here's my API response fetching a table with only 18 items in the table:
api/resource?limit=10
```
{
da…
-
Pulled out from #2649
-
### Describe the bug
The table pagination documentation here: https://primeng.org/table#paginator instructions has a broken link for server side pagination that returns a 404 error:
"Pagination is e…
naris updated
4 months ago
-
Although the `$items` property within `Illuminate\Pagination\AbstractPaginator` is an instance of `\Illuminate\Support\Collection`, when calling the `items()` method on a paginator object, an array is…
-
and get rid of `setMaxResults(1)`
-
I'm trying to override the paginator mixin to use bootstrap. I'm not using webpack/babel, so I went here to get the dist js: https://github.com/ratiw/vuetable-2/blob/develop/dist/vuetable-2.js and pla…