-
### Package
filament/filament
### Package Version
3.2.122
### Laravel Version
11.30.0
### Livewire Version
3.5.12
### PHP Version
8.2.18
### Problem description
relation manager table pivot…
-
Paginator missing or this is to 4.1 only?
```
Paginator::make($items, $totalItems, $perPage);
```
-
### Documentation type
How-to guides
### Description
```python
from __future__ import annotations
import datetime
import typing as t
from urllib.parse import parse_qsl, urlparse
from…
-
### Describe the bug
When appending a paginator of a p-table that is inside a dialog, using **paginatorDropdownAppendTo="body"**, the dropdown of the paginator is not the same style as before
B…
vokic updated
3 weeks ago
-
#### feature request
Use pipe for data pagination
#### What is the expected behavior?
Developers who want to use paginator will have to write a lot less code
#### What is the current behavior?…
-
Hello! 👋 Is it possible to create release tag `1.3.0` or `1.2.1` please? I am referencing this package in my project as follows:
```
defp deps do
{:paginator, "~> 1.2.0"}
end
```
but there are…
-
### Describe the bug
On the docs page for table component, under the pagination section, there's a link for a lazy loading example, but it's broken. Thought this might be an issue with the beta docs …
-
Angular's Paginator Component (https://material.angular.io/components/paginator/overview) is can be used separately from the table component.
So we should probably create the component separate sin…
-
The Paginator class exposes settings to configure how queries are paginated:
- `fetchJoinCollections`, which defaults to `true`
- `useOutputWalker`, which defaults to using it if the query does no…
stof updated
4 months ago
-
### Feature description
**Documentation:**
- [ ] Document `SinglePagePaginator`
- [ ] Write why it is helpful to declare different types during type checking compared to code execution time. To m…