academic_advising/modules/academic_advising/index.html.erb

25 lines
721 B
Plaintext

<table class="table table-hover table-striped projects-index academic-advising dt-responsive nowrap">
<caption><h3>{{widget-title}}</h3></caption>
<thead>
<tr data-level="0" data-list="headers">
<th class="col-md-{{col}}">{{head-title}}</th>
</tr>
</thead>
<tbody data-level="0" data-list="advisings">
<tr data-level="1" data-list="academic_advisings">
<td>{{value}}</td>
</tr>
</tbody>
</table>
{{pagination_goes_here}}
<script>
$('thead th.col-md-2:nth-child(2)').addClass('min-tablet-l');
$('thead th.col-md-2:nth-child(5)').addClass('min-tablet');
$('table.academic-advising').DataTable({
searching: false,
paging: false,
ordering: false,
info: false
});
</script>