Bootstrap 5 table generator losing settings on re-run

Wappler Version : 5.2.2
Operating System : Windows 10
Server Model: nodejs
Database Type: MariaDB
Hosting Type: local

Create a Bootstrap 5 table and generate from a db table
Change the table body id to your own id name
Added a table body row click event
All working fine

When I re-run Bootstrap 5 table generator the table body ID is reset to default, and all my row event is lost

I came accross this as I had made a change to my db and wanted to update my bootstrap 5 table, don’t believe it to be a new issue.

Bumping this


Wappler Version: 6 Beta 9
Operating System: w10
Server Model: PHP
Database Type: Mysql
Hosting Type: Own


What do you think should happen?

The bootstrap table should remember the options

What actually happens?

Clicking run you get an empty view of the BS Table Generator:


How to reproduce

  1. Create a server connect action (In my case I have 3 queries, don’t know if that’s a problem)
  2. Create a table and bind the data:
  3. After the table is created (correctly) run the bs generator
    image
  4. Blank view of the table:

Same here @franse,
I don’t even remember when was the last time I got the settings from a bootstrap5 Table…
I just start over building the table again if I need to change something…

I think that these data are kept inside config.js underthe page AppID node… Right @George?
I have duplicated a lot of times and even changed appID of my pages and I beleive it is because of that…
Forgive me if I’m wrong

Fixed in Wappler 6.0.1

This topic was automatically closed after 24 hours. New replies are no longer allowed.