fooplugins / FooTable

jQuery plugin to make HTML tables responsive
https://fooplugins.com/plugins/footable-jquery/
Other
2.13k stars 638 forks source link

Footable Export Data at CSV in Angular 4 #772

Open pepemiso16 opened 6 years ago

pepemiso16 commented 6 years ago

Hi,

I am using this feature on my Angular 4 project. However, it seems that Exporting data to CSV is not yet included at the documentation.

I am trying to use this but error is showing "Cannot find name 'FooTable'." var csv = FooTable.get("#table").toCSV(true);

Thanks!

AndrewBuiltThis commented 5 years ago

Any luck on this? I am having trouble using the Export to CSV as well