Good morning,
my listing works fine: I enter the page coming from a chronoform, which passes search filter data via request params - these are used inside the query and initial display of the listing - fine.
But ... when I then change the paginator limit setting, the form is sent as a post request and all parameters present are omitted - after that the listing is showed, but is - of course - much longer than before, although I just changed the page limit ... π²
The pagination (next / prev page) works as intended...
How can I work around / change / influence that? Adding hidden fields for my request params somewhere?
Thank you for your help,
Anne
P.S. If this question should be posted in another sub forum, feel free to change its location.
my listing works fine: I enter the page coming from a chronoform, which passes search filter data via request params - these are used inside the query and initial display of the listing - fine.
But ... when I then change the paginator limit setting, the form is sent as a post request and all parameters present are omitted - after that the listing is showed, but is - of course - much longer than before, although I just changed the page limit ... π²
The pagination (next / prev page) works as intended...
How can I work around / change / influence that? Adding hidden fields for my request params somewhere?
Thank you for your help,
Anne
P.S. If this question should be posted in another sub forum, feel free to change its location.
Hi folks,
is this a bug? I tried to use the hidden fields as described above for filtering, but that doesn't work - after I change the page limit (e.g. from 15 to 50), the component responds but shows the complete list and my request params, which I use inside the models for setting up the where clauses, are not taken in account.
Please help - severe problem... Any help appreciated!
Anne π’
is this a bug? I tried to use the hidden fields as described above for filtering, but that doesn't work - after I change the page limit (e.g. from 15 to 50), the component responds but shows the complete list and my request params, which I use inside the models for setting up the where clauses, are not taken in account.
Please help - severe problem... Any help appreciated!
Anne π’
This topic is locked and no more replies can be posted.
