-
(see: https://www.w3.org/WAI/ARIA/apg/patterns/grid/#keyboardinteraction-settingfocusandnavigatinginsidecells)
### Patterns and documentation:
**Pagination**
When using pagination it is a good idea …
-
### Describe the bug
After upgrading to 18.0.0-beta.2 i noticed that drop down of paginator doesn't show up correctly even i use paginatorDropdownAppendTo="body" in p-table
### Environment
18.0…
-
Some times is needed to calculate entities virtual fields on index page. But it's difficult to do now, the way is to decorate PaginatorFactory for each controller.
But there is another way to do this…
-
Publications' pager should be dinamic. That's to say, pager should request a counter of all publications but just should load the publications for current page. Take in mind that items per page should…
-
I updated the hugo version for our website to 0.139.0 lately. The build now gives this warning:
> WARN deprecated: site config key paginate was deprecated in Hugo v0.128.0 and will be remove…
-
reported by jurasiks on the discord
```fsharp
type Paginator(source: ResizeArray
-
### Bug Description
Paginator has an error when called with empty `item_list` and display option 3 (Embed, list of strings).
The desired outcome with these input params would be that it displays an …
-
Related to: https://github.com/primefaces/primeng/issues/14634
example: https://stackblitz.com/edit/ty2zuu-6efrnz?file=package.json
-
### Parent Issue
* #30495
### User Story
As a dotCMS developer, I was to be able to have a REST Endpoint that provides the same information that the current search dialog provides to the user…
-
Pagination is not always needed. It would mutch easier to wrap a response to a custom format if the `ModelResource.get_list` would return plain python list if no Paginator specified. Seems it would be…