Export to excel with customize size column
Export to excel with customize size column
Hi, i have some trouble and i trying to searching but not give me a solution
Is possible to set width column in datatables ?
Please tell me if anyone know about this.
This discussion has been closed.
Answers
Yes it is possible. You need to use the
customizecallback of theexcelHtml5button type to modify thewidthattribute of the header cells. This is the code that Buttons uses to calculate the width it sets.Allan
thanks alot ~