diff --git a/app/Template/board/table_column.php b/app/Template/board/table_column.php
index c2d6b9fc2..9d2815ffc 100644
--- a/app/Template/board/table_column.php
+++ b/app/Template/board/table_column.php
@@ -1,4 +1,7 @@
+
+= $this->hook->render('template:board:table:column:before-header-row', array('swimlane' => $swimlane)) ?>
+
|
@@ -89,3 +92,5 @@
|
+
+= $this->hook->render('template:board:table:column:after-header-row', array('swimlane' => $swimlane)) ?>
diff --git a/doc/en_US/plugin-hooks.markdown b/doc/en_US/plugin-hooks.markdown
index 23750ff78..dedea9347 100644
--- a/doc/en_US/plugin-hooks.markdown
+++ b/doc/en_US/plugin-hooks.markdown
@@ -201,6 +201,8 @@ List of template hooks:
| `template:board:public:task:after-title` | Task in public board: after title |
| `template:board:task:footer` | Task in board: footer |
| `template:board:task:icons` | Task in board: tooltip icon |
+| `template:board:table:column:before-header-row` | Row before board column header |
+| `template:board:table:column:after-header-row` | Row after board column header |
| `template:board:column:dropdown` | Dropdown menu in board columns |
| `template:board:column:header` | Board column header |
| `template:board:tooltip:subtasks:header:before-assignee` | Header of Subtask table on tootip before Assignee |