Error while populating bootstrap 4 table generator

Hello everybody, I am new to Wappler. I began following the tutorial about universities by wappler unwrapped (basic lesson 1) and I followed all the steps required to populate the table at the end of the lesson. Everything is ok but when I return on the design page, my table is not complete. The values of the first column don’t appear. The database on the server is absolutely ok and the fields are not empty. I noticed I have a lot of errors in the dmxappconnect.js


Anyone have a solution for that?
thanks
Michele

Can we see the code or have you got a link to your web page

Thanks Hyperbyte for your answer but in the meanwhile I tried different things to solve the problem. I found out that the mysql table I was extracting data from, had “wrong” column headers. I imported data from a CSV file into mysql and there were some headers with blank spaces in their name. I deleted all the blank spaces and everything is now working.
Thanks anyway.
Michele

1 Like

Did you had spaces in the database column names? That is very bad practice…