vividvilla/csvtotable

Can I externally link javascript and css in csvtotable

vinodlive opened this issue · 2 comments

Can I link javascript and css from html file like this:

<script src="jQuery.min.js"></script> <script src="dataTables.js"></script> <script src="scroller.js"></script> <script src="Buttons.js"></script> <script src="csv2table.js"></script>

I have tried this. not working.

I didn't get your use case. Do you want to embed your own templates and styles instead of inbuilt one?

I have multiple html files which uses csvtotables. All are accessing same javascript and css (the default ones added by your commandline).
Do you want to embed your own templates and styles instead of inbuilt one?
Yes. In addition to the js and css given by csvtotables.