Repeat column headers for each swimlane

This commit is contained in:
Frederic Guillot
2015-10-06 21:51:10 -04:00
parent 28a4c86f7a
commit f3f438a3ff
9 changed files with 57 additions and 42 deletions

View File

@@ -231,7 +231,7 @@ Board.prototype.toggleCollapsedMode = function() {
Board.prototype.restoreColumnViewMode = function() {
var self = this;
$("tr:first th").each(function() {
$(".board-column-header").each(function() {
var columnId = $(this).data('column-id');
if (localStorage.getItem("hidden_column_" + columnId)) {
self.hideColumn(columnId);