how to make data table in 'pdf' To Support Arabic Language (RTF) as when we dwonload it?
how to make data table in 'pdf' To Support Arabic Language (RTF) as when we dwonload it?
mostafasalh
Posts: 3Questions: 2Answers: 0
$("#myTable").DataTable({
dom: 'Bfrtip',
buttons:
[
'copy',
{
extend: 'excel',
title: 'Number/types of examination schedules during a specific period'
},
{
extend: 'pdf',
title: 'Number/types of examination schedules during a specific period'
},
{
extend: 'print',
title: 'Number/types of examination schedules during a specific period'
}
],
scrollX: true
});
This discussion has been closed.
Answers
This thread should help, it's asking the same thing.
Cheers,
Colin