use real table layout, let table rows overflow into ellipsis

This commit is contained in:
2017-08-29 23:41:19 +02:00
parent 82569aba22
commit 8045a3d3cf
2 changed files with 47 additions and 32 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div class="Userlist">
<h1>Userlist</h1>
<scroll-table :actions="actions" :columns="columns" :new-rows="newRows" :has-more="hasMore" :loading="loading" :handler="more" orderBy="username" :orderDesc="false" limit="50"></scroll-table>
<scroll-table :actions="actions" :columns="columns" :new-rows="newRows" :has-more="hasMore" :loading="loading" :handler="more" orderBy="username" :orderDesc="false" :limit="50"></scroll-table>
</div>
</template>