Lista Tabelle
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user