Currently in the process of utilizing ElectronJS for the creation of a basic CRUD system that establishes a connection with an online database (MySQL is used to access data from the database). I have successfully logged the retrieved data to the console, but now aim to showcase it on my application window. After exploring various template options without success, I am unsure of how to effectively display the MySQL data on my application window. Any guidance on this matter would be greatly appreciated.