Skip to content
Advertisement

Tag: thymeleaf

DataTable to csv file

I have created a web page using bootstrap/thymeleaf where I show some data tables using Ajax. And I have the buttons to export to CSV, but what I need is to generate a temporary file from this datatable and get the path to my controller when the datatable is already loaded with the data using a button. So I need

Advertisement