Skip to content

static/helpers.js: CSV download only selected columns

Piotr Kira requested to merge csv_partial_download into master

Currently when downloading CSV files hidden columns are not taken into account and are downloaded anyway. It should be prevented by downloading only selected columns.

Merge request reports