Files
salvato.newfreeplanet/src/rootgen/admin/tablesList/tablesList.vue
Paolo Arena db4b06f67f CGridTableRec + fields + page
pagine:
- Siti Web
- Operazioni
- Push...
2021-09-19 20:07:28 +02:00

19 lines
494 B
Vue
Executable File

<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>