Pagination bug for tables

Wappler Version : 5.8.2
Operating System : OSX
Server Model: NodeJS
Database Type: PostgreSQL
Hosting Type: Localhost and Digital Ocean

Hi Wapplers,

Very frustrating bug here to report. I have setup a simple bootstrap table with dynamic pagination. The query works great and pulls in my data, and the pagination allows me to click to scroll through the pages. However, the data appears to be mixed up completely, for example, the wrong name shows up for the wrong email address, etc. When I refresh the page the data shows up as it should on that page. Query setup as follows:

Very strange behaviour. Any idea what is going on?

This might help diagnose the issue… I am on page 2 of my table results, and this is what the debugger says:

Screenshot 2023-07-17 at 9.21.46 pm

It says 4 for next, but I am on page 2? Perhaps this is the issue?

Most probably you haven’t selected a key value for the table repeat on the page.

As in the Unique Key field?

1 Like

I feel like such an idiot! haha. Thank you! Had no idea I needed to do that. Very much appreciated the quick response!! Legend

1 Like