1rosehip / 1rosehip/jplist-es6
Not an issue, but rather a question
- Vorherrschende Sprache
- JavaScript
- Sterne
- 83
- Forks
- 37
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Hi guys.
Sorry to raise this over here, I understand it's not an issue but rather something that's not well presented in the documentation.
The pagination and filters work just okay, but I'd like to return to the first results page after applyting any of the four custom filters. Is there a way to return to the first page of the pagination after applying the custom filters? Have a look at my layout below:
```html
```
```javascript
$('document').ready(function(){
setTimeout(reveal, 2500);
$('#jplist').jplist({
itemsBox: '.list',
itemPath: '.list-item',
panelPath: '.jplist-panel',
effect: 'fade',
duration: 250, //animation duration
fps: 72, //frames per second value
deepLinking: true,
redrawCallback: function(collection, $dataview, statuses){
//console.log( collection );
}
});
});
```
Any step in the right direction will be greatly appreciated. I battled to make sense of the documentation.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
Das Issue betrifft die Zurücksetzung der Paginierung von jPList nach dem Anwenden von Filtern. Untersuche das HTML, wo data-jump-to-start="true" sowohl für die Filtergruppe als auch für die Paginierung gesetzt ist. Überprüfe in der jPList-Dokumentation oder im Quellcode, wie deepLinking und redrawCallback mit der Paginierung interagieren. Teste, ob das Setzen von data-jump-to-start auf der Filtergruppe wie beabsichtigt funktioniert, und prüfe, ob es eine Methode gibt, um nach Filteränderungen programmatisch auf Seite eins zurückzusetzen.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- html
- Bereich
- documentation, frontend
- Issue-Typ
- Dokumentation
- Schwierigkeit
- 2/5
- Geschätzter Aufwand
- 1-3 Stunden
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 55/100