I've been using the angularjs.datatables and want to enable to export to excel/pdf. The angularjs-datatables project does include support for TableTools extension but as I read on datatables site TableTools is retired and we should use Buttons for this purpose. I can't seem to find any reference to the new extension being use for angular anywhere. If anyone can point out for me how to use it, I'll be very much appreciate. If it's not possible to use Buttons, please share your experience using TableTools. My goal is to print and export to excel/pdf with customized columns (render differently between view and export)
Thanks.