|
|
| Рядок 7: |
Рядок 7: |
| .table thead th {vertical-align: inherit;} | | .table thead th {vertical-align: inherit;} |
| .fab {color: red !important;} | | .fab {color: red !important;} |
| | .sticky-header{position:sticky; top: 0 ;} |
| }} | | }} |
|
| |
|
| <html> | | <html> |
| <head> | | <head> |
| | |
| <div class="table-wrap mt-1 mx-1"> | | <div class="table-wrap mt-1 mx-1"> |
| <table class="table table-striped table-bordered table-hover mx-auto standard" | | <table class="table table-striped table-bordered table-hover mx-auto standard" |
| | |
| id="ecourt-table" | | id="ecourt-table" |
| data-show-columns="false" | | data-show-columns="false" |
| Рядок 24: |
Рядок 27: |
| data-key-events="true" | | data-key-events="true" |
| data-page-list="[10, 15, 20, 50, 100, all]"> | | data-page-list="[10, 15, 20, 50, 100, all]"> |
| <thead>
| | <thead class="sticky-header"> |
| <tr> | | <tr> |
| <th data-field="Id шаблону" data-sortable="true" style="width: 7%;">ID шаблону <i class="fab fa-wikipedia-w" ></i></th> | | <th data-field="Id шаблону" data-sortable="true" style="width: 7%;">ID шаблону <i class="fab fa-wikipedia-w" ></i></th> |
| Рядок 30: |
Рядок 33: |
| <th data-field="Інстанція" data-sortable="true" style="width: 10%;">Інстанція <i class="fab fa-wikipedia-w"></th> | | <th data-field="Інстанція" data-sortable="true" style="width: 10%;">Інстанція <i class="fab fa-wikipedia-w"></th> |
| <th data-field="Категорія" data-sortable="true" style="width: 10%;">Категорія <i class="fab fa-wikipedia-w"></th> | | <th data-field="Категорія" data-sortable="true" style="width: 10%;">Категорія <i class="fab fa-wikipedia-w"></th> |
| <th data-field="Судочинство" data-sortable="true" style="width: 15%;">Судочинство <i class="fab fa-wikipedia-w"></th> | | <th data-field="Судочинство" data-sortable="true" style="width: 15%;">Судочинство <i class="fab fa-wikipedia-w"></th> |
| </tr> | | </tr> |
| </thead> | | </thead> |