Quantcast
Channel: Recent Discussions — DataTables forums
Viewing all articles
Browse latest Browse all 82000

Buttons: rendered html different according to the environment

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

Viewing all articles
Browse latest Browse all 82000

Trending Articles