Buttons: rendered html different according to the environment

Buttons: rendered html different according to the environment

Philippe BRZOZOWSKIPhilippe BRZOZOWSKI Posts: 2Questions: 2Answers: 0
        DT_TypesHoraires = $("#DT_TypesHoraires").DataTable({
            dom: 'Bfrtip',
            buttons: [
                'copyHtml5',
                {
                    text: 'TSV',
                    extend: 'csvHtml5',
                    fieldSeparator: ';',
                    extension: '.csv',
                    bom: true,
                    attr: {
                        id: 'btnExportTypesHoraires'
                    }
                }
            ],

Answers

This discussion has been closed.