Hi,I would like to detatch the Bootstrap CSS and JS file so I can load it with Vite but nowhere in the JS files I can find the bundle.I'm using the HTML version. Can someone tell me how?
When I remove the JS from the 'Customers Listing' (kt_customers_table) table, then the table is not responsive anymore.I would like to use the table with a API because more than 1000 records is way to heavy for the html/js.Is it a bug or do I have to add a class to it?
When switching to 'Dark mode' with the Laravel version (or overruling by adding data-theme-mode="dark" to the html tag) the look is not similar to the html version or webdemo.For example the logo is not changing color.Is this a bug or a setting?