this.$el.find('thead > tr > th > div > div:not(.dropdown)')
          .removeAttr('style')
          .css({'marginLeft': '-' + actual_scroll_position.x + 'px'});