export colvis with laravel

export colvis with laravel

ramonvv3ramonvv3 Posts: 1Questions: 1Answers: 0

Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
I want to export only the visible columns with datatable from laravel but not in parameters it doesn't accept me
{
extend: 'excelHtml5',
exportOptions: {
columns: ':visible'
}
},

Answers

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

    That looks correct, see example here. 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.