help please how to align left the exported excel data

help please how to align left the exported excel data

sowmyasowsowmyasow Posts: 1Questions: 1Answers: 0
edited October 2016 in Free community support

table=$("#ex_datatable").DataTable({
"language": {
"search": "Filter By:",

},

"sDom":'Bfptip',

buttons: [
        {
            extend: 'excel',
          text: 'Export To CSV',
          className: 'btn btn-success',

            exportOptions: {
                columns:  ':not(:last-child)'
            }
        }]

});

This discussion has been closed.