In AngularJS project I'm using Smart Table module and asafdav/ng-csv to export data from smart table to CSV.
I successfully export data from smart table to csv, but only from first page. I export data from $scope.displayedCollection variable (the same as in st-table directive). In this variable is exacly the same data as in table, but only from first page. Do you know how can I export whole data (with sorting and filtering from smart table). I think that I should "plug in" to smart table module before splitting data to pages. But how?