This module adds a new styling option to Drupal Views that allows users to customize the table output. Users can choose which columns appear in the table and rearrange their order directly from the view's interface. This functionality requires at least one exposed filter to be configured in the view.
This module defines new style plugin for Views: 'Adjustable Table' which allows the end user to select table columns and their order for the resulting table output of the view. This plugin uses standard table theme of the view, so it's possible to switch to it from 'Table' style plugin for any existing view with no other changes.
N.B. At least one exposed filter must be added to the view for column selection widget to be shown.