Skip to content

c-admin-table-page

A full-featured page for interacting with a ListViewModel. Provides a c-admin-table and a c-admin-methods for the list. Designed to be routed to directly with vue-router.

Examples

ts
import { CAdminTablePage } from 'coalesce-vue-vuetify3';

const router = new Router({
  // ...
  routes: [
    // ... other routes
    {
      path: '/admin/:type',
      name: 'coalesce-admin-list',
      component: CAdminTablePage,
      props: true,
    },
  ]
})

Props

type: string

The PascalCase name of the type to be listed.

autoSave?: 'auto' | boolean = 'auto'

Controls whether auto-save is used for items when in edit mode. If auto (the default), auto-saves are used as long as the type has no init-only properties.

list?: ListViewModel

An optional ListViewModel that will be used if provided instead of the one the component will otherwise create automatically.


Coalesce is a free and open-source framework created by IntelliTect to fill our desire to create better apps, faster. IntelliTect is a high-end software architecture and development consulting firm based in Spokane, Washington.

If you're looking for help with your software project, whether it be a Coalesce application, other technologies, or even just an idea, reach out to us at info@intellitect.com — we'd love to start a conversation! Our clients range from Fortune 100 companies to local small businesses and non-profits.