I can reproduce it.
We have tried many things to make this work, and none have worked. I think in the past the issue was actually in the bootstrap-table code. I just retried though and it seems to be working.
@Igor100 FYI in the past, we set the data-page-size attribute. This reset the value on every page load. So then we tried setting the cookie ahead of time. That seemed to work at the time, but in today's testing, it didn't.
Why not focus on useful things?
Re: Why not focus on useful things?
That's right.Detlef Paschke wrote: ↑Thu Apr 17, 2025 11:10 am If I change the dropdown to 100 events per page, the cookie zmEventsTable.bs.table.pageList with the value 100 appears.
The next time you visit the Events page, you should see 100 events on the page.
Re: Why not focus on useful things?
Please note that the cookie is wrong, it should be zmEventsTable.bs.table.pageSize but that doesn't work either.
@Igor100, got events, check the cookies, etc.
Clear cookies, hit reload. It should ask you to re-login, then go right back to events list, and it should default to 10. Or today's build should default correctly to 50.
@Igor100, got events, check the cookies, etc.
Clear cookies, hit reload. It should ask you to re-login, then go right back to events list, and it should default to 10. Or today's build should default correctly to 50.
-
- Posts: 36
- Joined: Tue Sep 12, 2023 6:14 pm
Re: Why not focus on useful things?
Hello,
I just updated and tested it.
If I come with "washed feet" (cookies, browser cache all empty and therefore no cookies on the PC), the configuration under WEB_EVENTS_PER_PAGE is first applied. I think that's exactly right.
If this were also the case for Log (where you still start with 10 entries), it would be perfect.
