Table headers in exported files for dt 2.0.0

Table headers in exported files for dt 2.0.0

mdellanave83mdellanave83 Posts: 23Questions: 2Answers: 0
edited March 4 in Free community support

Hi,
I'm trying to understand why if I export my data with the export buttons in dt 2.0.0 the table headers are not showing.

The same code with dt 1.13.8 works.

I'm using a function here

exportOptions: {
  format: {
    header: () => {
      return 'my-header';
    }
  }
}

some idea?

Replies

Sign In or Register to comment.