CSS Print

CSS Print

gozillagozilla Posts: 6Questions: 0Answers: 1
edited September 2015 in Free community support

Hello,
congratulations are performing a great job.

I used the Print Button but I would get in print the same CSS DataTables

"buttons": [
                        {
                            extend: 'print',
                            text: 'Stampare',
                            exportOptions: {
                                columns: ':visible',
                                stripHtml: false
                            }
                        },
                        {
                            extend: 'colvis',
                            text: 'Colonne',
                            collectionLayout: 'fixed two-column'
                        }                   
                    ]

How can I do ?
Thank you

This discussion has been closed.