CGridTableRec + fields + page

pagine:
- Siti Web
- Operazioni
- Push...
This commit is contained in:
Paolo Arena
2021-09-19 20:07:28 +02:00
parent 622bd6943d
commit db4b06f67f
96 changed files with 2561 additions and 4328 deletions

View File

@@ -0,0 +1,18 @@
<template>
<CMyPage img="" :title="$t('otherpages.admin.userlist')" keywords="" description="">
<CGridTableRec
:prop_mytitle="$t('otherpages.admin.tableslist')"
:nodataLabel="$t('grid.nodata')"
noresultLabel="Il filtro selezionato non ha trovato nessun risultato"
:tablesList="gettablesList()"
>
</CGridTableRec>
</CMyPage>
</template>
<script lang="ts" src="./tablesList.ts">
</script>
<style lang="scss" scoped>
@import './tablesList.scss';
</style>