rdasgupta7141
rdasgupta7141
Thanks @Mottie for your response. I don't see anything happening when I click on the download button. I followed along that example. ```js $(function () { var $table = $('table');...
```html Excel File ```
```html ```
I did download xlsx.core.min.js and added to the layout.cshtml. How may I even have it download as a csv? I don't see anything happening after the code executes the following...
I might not be including all the .js files right for tablesorter. So I added the following in my layout.cshtml wwwroot/lib/jquery.tablesorter/js/jquery.tablesorter.js, wwwroot/lib/jquery.tablesorter/js/extras/jquery.tablesorter.pager.min.js lib/jquery.tablesorter/js/widgets/widget-output.min.js I am pretty sure I am missing...