Editor - Export options - row selector - modifier: {selected: null} not working

Editor - Export options - row selector - modifier: {selected: null} not working

tbrcrltbrcrl Posts: 13Questions: 6Answers: 0

Hi, I am using Editor buttons and select extensions . I need to export in Excel all the row and not only the selected ones and I followed the example reported in
https://datatables.net/extensions/buttons/examples/print/select
In both cases, the "Print all" button in the example and our use case, the option

exportOptions: {
                    modifier: {
                        selected: null
                    }
                }

is not working and only the table header is exported.
Is the selected: null modifier still valid?
Thanks

Answers

  • allanallan Posts: 61,667Questions: 1Answers: 10,096 Site admin

    Hi,

    This is a bug in the Select library I'm afraid. It was fixed by this commit and the fix is in the nightly version. I'll tag and release Select 1.2.5 before the end of the month with the fix.

    Regards,
    Allan

This discussion has been closed.