Datatables excel export
Datatables excel export
how can i get default properties like color and column width to the excel export?
This discussion has been closed.
how can i get default properties like color and column width to the excel export?
Replies
You need to use the
customizemethod to custom the output - the styling is not done automatically (although column width is done to fit the content). See theexcelHtml5button documentation for details.Allan
how can i get inline styles from the data tables to the excel export?
where do i have to **customize **method to custom the output? can anybody where i have to customize and what function is that
Example of how to use
customize. Obviously you would need to customise the code to your specific use case.Allan
Thanks for your support really loved data tables...