Datatable TableTools Styling

Datatable TableTools Styling

sayannayassayannayas Posts: 2Questions: 0Answers: 0
edited October 2012 in TableTools
So far my journey with Jquery Datatables Tabletools was happy and smooth, until I came with a requirement that I need to reduce the font size of the header. Initially I though it would be a child's play but really got surprised to see the author haven't provided any options to control stying over it.I found the link which is quite useful

http://datatables.net/forums/discussion/4498/table-tools-pdf-add-style-at-least-bold-and-italic/p1

Problem now is,i am not familar with action script and i am facing complilation issue while comipling it through cmd.This is what i have done so far

1.Installed flex sdk
2.cmd to sdk bin.(mxmlc is present and dryrun shows the version name also)
3.Placed ZeroClipboardpdf.as in bin folder itself and AlivePDF.swc under
C:\flex_sdk_4.6\frameworks\libs.
4.Runned mxmlc -static-link-runtime-shared-libraries=true -library-path+=C:\flex_sdk_4.6\frameworks\libs\AlivePDF.swc ZeroClipboardPdf.as
Please provide some hints to compile this action script file thorough cmd.

Note:My HelloWorld as file (also present in sdk/bin) works fine.
This discussion has been closed.