I am using the datatables Export feature, and want to control the saved to filename.

I am using the datatables Export feature, and want to control the saved to filename.

worldroamerworldroamer Posts: 10Questions: 3Answers: 0

I am using the datatables Export feature, and wondered if anyone had any pointers on controling the filename that is saved to.
This is what I am using. The system does not appear to support the [title] parameter to do this, nor [filename]:
var buttons = [
{
extend: 'excelHtml5',
title: 'testfilename',
exportOptions: {orthogonal: 'export' }
},

This question has an accepted answers - jump to answer

Answers

Sign In or Register to comment.