DataTables is fancy library. Yet, the only part that I care about is its "extra" TableTool which provides a very easy and useful buttons to export the data table to pdf, excel, csv, and print.
In my framework I depend on angularjs, I have my own grid, and I also use ng-grid. So, I want to use the TableTool extra only. ng-grid (or my own grid) can be the data source for DataTables plugin (json also available). But I don't want datatables to meddle with my grid any furthar than export porpuse.
Any ideas?