TableTools on an AngularJS table?

TableTools on an AngularJS table?

newclearwinternewclearwinter Posts: 1Questions: 1Answers: 0

Hello,

We are migrating a site from vanillaJS to Angular, and we are running into some difficulty migrating the tables. We currently use DataTables to display the table data on the site and TableTools to export the data to CSV and PDF format. We'd like to use native Angular templating for the main display, but keep the same exports we already have. Is there a way to just link TableTools to a data source without instantiating DataTables on it first?

Thank you.

This discussion has been closed.