Keep swimlane headers at the top
This commit is contained in:
20
app/Template/board/table_column_first.php
Normal file
20
app/Template/board/table_column_first.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<tr class="board-swimlane-columns-first">
|
||||
<?php foreach ($swimlane['columns'] as $column): ?>
|
||||
<th class="board-column-header board-column-header-first board-column-header-<?= $column['id'] ?>" data-column-id="<?= $column['id'] ?>">
|
||||
|
||||
<!-- column in collapsed mode -->
|
||||
<div class="board-column-collapsed">
|
||||
</div>
|
||||
|
||||
<!-- column in expanded mode -->
|
||||
<div class="board-column-expanded">
|
||||
<span class="board-column-title">
|
||||
</span>
|
||||
|
||||
<span class="pull-right">
|
||||
</span>
|
||||
</div>
|
||||
|
||||
</th>
|
||||
<?php endforeach ?>
|
||||
</tr>
|
||||
Reference in New Issue
Block a user