Buttons: rendered html different according to the environment
Buttons: rendered html different according to the environment
Philippe 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'
}
}
],
This discussion has been closed.
Answers
Please provide more information about the problem. What is rendered differently? What are the different environments?
Can you post a link to to your page to show the differences? If not please provide test cases to show the differences.
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Kevin