Using buttons together - crashing

Using buttons together - crashing

saadaansaadaan Posts: 2Questions: 1Answers: 0
edited July 2019 in Free community support

Hi,

I am trying to use 2 features (Column visibility + excel download). Individually they are working fine. But when I try to put them together, it goes whack. This is the problem part of code:

'buttons': [
          { extend: 'excelHtml5', text: 'Download', filename: 'datafile' },
          'colvis'
]

Can someone help about what to do?

Thanks,
Saad

Edited by Colin - Syntax highlighting. Details on how to highlight code using markdown can be found in this guide.

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,598

    Hi @saadaan ,

    That looks like it should be ok. We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Cheers,

    Colin

This discussion has been closed.