Support for tables in frontend
This commit is contained in:
		@@ -101,7 +101,7 @@
 | 
			
		||||
<section class="section">
 | 
			
		||||
	<h1 class="title" data-tK="start-recent-header">Alarm Kontakte</h1>
 | 
			
		||||
	<input class="input" type="text"  data-searchTargetId="contactTable" placeholder="Search..." />
 | 
			
		||||
	<table class="table is-striped is-fullwidth" data-dataSource="AlertContacts" id="contactTable">
 | 
			
		||||
	<table class="table is-striped is-fullwidth is-hoverable" data-dataSource="AlertContacts" id="contactTable" data-pageSize="5">
 | 
			
		||||
		<thead>
 | 
			
		||||
			<tr>
 | 
			
		||||
				<th data-dataCol = "id"><abbr title="Position">Pos</abbr></th>
 | 
			
		||||
@@ -112,7 +112,13 @@
 | 
			
		||||
		</thead>
 | 
			
		||||
		<tbody>
 | 
			
		||||
		</tbody>
 | 
			
		||||
		
 | 
			
		||||
	</table>
 | 
			
		||||
	<nav class="pagination is-hidden" role="navigation" aria-label="pagination" data-targetTable="contactTable">
 | 
			
		||||
		<ul class="pagination-list">
 | 
			
		||||
			
 | 
			
		||||
		</ul>
 | 
			
		||||
		</nav>
 | 
			
		||||
</section>
 | 
			
		||||
 | 
			
		||||
<%~ include("partials/footer.eta") %>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user