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?

mostafasalhmostafasalh 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
    });

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,598

    This thread should help, it's asking the same thing.

    Cheers,

    Colin

This discussion has been closed.