When using the bootstrap table generator to generate a table from a paged query, I noticed two odd things. I haven’t used this in a while so it may be me, but wanted to report it just in case. I don’t think it’s relevant but the server model is PHP.
PROBLEM 1
After selecting the query manager and clicking on the sort and dir parameters, I get a List Empty message.
PROBLEM 2
If I generate the table and then try to “edit” it by running the bootstrap table generator (clicking on the Run button here:
Sorry, I misunderstood your application. I now see that you want to create a list with recurring rows. That is not what the Generator is used for. In other words, don’t use the Generator, if done properly, your example should work as is.
I’m not sure what is the difference between a table and “a list with recurring rows”. I used the Generator to create my table and it worked fine. The rows in that table come from a paged query in an API. The API works and the table is populated.
The problems:
When I tried to add the query manager parameters sort and dir when I created the table for the first time, I got a message saying “empty list”.
If I try to edit that table using the “run” button, the modal comes blank.