Lista Tabelle

This commit is contained in:
Paolo Arena
2021-10-02 02:03:10 +02:00
parent bf7dcf20a6
commit 41e33fd87d
26 changed files with 138 additions and 77 deletions

View File

@@ -1,5 +1,6 @@
<template>
<CMyPage img="" :title="$t('otherpages.admin.userlist')" keywords="" description="">
<CMyPage img="" :title="$t('otherpages.admin.tableslist')" keywords="" description="">
<CGridTableRec
:prop_mytitle="$t('otherpages.admin.tableslist')"
:nodataLabel="$t('grid.nodata')"
@@ -8,6 +9,20 @@
>
</CGridTableRec>
<!--
<CGridTableRec
prop_mytable="sites"
prop_mytitle="Lista Siti"
:prop_mycolumns="colTableSites"
prop_colkey="name"
nodataLabel="Nessun Sito"
noresultLabel="Il filtro selezionato non ha trovato nessun risultato">
</CGridTableRec>
-->
</CMyPage>
</template>
<script lang="ts" src="./tablesList.ts">