Do you see any errors in the browser dev console? Check whether bootstrap4table generator scripts have been added correctly on the page (scripts on the layout page and wappler include reference on the content page, if it’s a SPA ).
Also from the screenshot I can see that serverconnect1 in the AppConnect panel is inside the Container block. It’s a good practice to keep the server connect code outside/before any UI elements.
The error is still pretty clear that you don’t have the correct module.
Try running the install command in a terminal.
In the bottom menu bar, you should see an option to start a terminal.
Open that and run the command npm install mysql --save.