Showing 1 – 3 of 3 replies
michaeldaigle

Where are the init js files located?

michaeldaigle PURCHASED
6 months ago
I'm missing some source js files. Where are the init js files located?

For example, when I view the datatables page, I get a 404 for the following file. Same for other pages for init js files.
- assets/js/pages/demo.datatable-init.js
Coderthemes
Coderthemes SELLER
6 months ago
Hi,

Are you talking about HTML Version?
michaeldaigle
michaeldaigle PURCHASED
6 months ago
Thank you for quick response. First allow me to praise you for creating an exceptional Admin Template. I've reviewed most of the templates on WrapBootstrap, and found this template to be be the best one for our needs. I will provide more details in another post.

I am using the HTML version. The following line should be modified for the datatables to initialize properly:

<!-- Datatable Demo Aapp js -->
<script src="assets/js/pages/demo.datatable-init.js"></script>

Change to:

<!-- Datatable Demo Aapp js -->
<script src="assets/js/pages/demo.datatable.js"></script>
Coderthemes
Coderthemes SELLER
5 months ago
Hi,

Thanks for your feedback. Now it's working, right?