Skip to content
Snippets Groups Projects
Verified Commit 30f3d1e5 authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Pridan popis

parent 6159f385
Branches
Tags
No related merge requests found
% layout 'default';
% title 'Archiv vysílání';
<div class="container pt-2 lg:pb-2 ">
<table id="Records"
class="table table--bordered"
data-row-style="rowStyle"
data-unique-id="id"
data-url="/api/records">
<thead>
<tr>
<th data-field="stream_name" data-width="45" data-width-unit="%" data-sortable="true">Stream</th>
<th data-field="publish_user_name" data-width="30" data-width-unit="%" data-sortable="true">Vysílal</th>
<th data-field="begin" data-width="20" data-width-unit="%" data-sortable="true">Datum vysílání</th>
<th data-field="stream_name" data-width="25" data-width-unit="%" data-sortable="true">Stream</th>
<th data-field="description" data-width="30" data-width-unit="%" data-sortable="true">Popis</th>
<th data-field="publish_user_name" data-width="20" data-width-unit="%" data-sortable="true">Vysílal</th>
<th data-field="begin" data-width="15" data-width-unit="%" data-sortable="true">Odvysíláno</th>
<th data-field="id" data-width="5" data-width-unit="%" data-formatter="formatterActions"></th>
</tr>
</thead>
</table>
</div>
<script>
$('#Records').bootstrapTable({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment