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'; % layout 'default';
% title 'Archiv vysílání'; % title 'Archiv vysílání';
<div class="container pt-2 lg:pb-2 ">
<table id="Records" <table id="Records"
class="table table--bordered" class="table table--bordered"
data-row-style="rowStyle" data-row-style="rowStyle"
data-unique-id="id"
data-url="/api/records"> data-url="/api/records">
<thead> <thead>
<tr> <tr>
<th data-field="stream_name" data-width="45" data-width-unit="%" data-sortable="true">Stream</th> <th data-field="stream_name" data-width="25" 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="description" data-width="30" data-width-unit="%" data-sortable="true">Popis</th>
<th data-field="begin" data-width="20" data-width-unit="%" data-sortable="true">Datum vysílání</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> <th data-field="id" data-width="5" data-width-unit="%" data-formatter="formatterActions"></th>
</tr> </tr>
</thead> </thead>
</table> </table>
</div>
<script> <script>
$('#Records').bootstrapTable({ $('#Records').bootstrapTable({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment