1

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?

1
  • 2
    see: stackoverflow.com/questions/18894356/…. Personally I always prefer server side solutions where have more control over output formatting. There are however numerous plugins for converting with javascript Commented Nov 23, 2013 at 17:10

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.