Skip to content

static/js/helpers: fix hideable columns

Piotr Kira requested to merge fix_hideable_columns into master

When there are multiple hideable-columns tables only one works properly, because context of function responsible for managing visibility state would be overided by last initialized table.

Fixes: 1d9dc0f9

Merge request reports