# Pitcher Accounts or Contacts Table
Advanced dynamic table to show accounts and contacts of the current instance.
- Can be configured to show specific columns of data
- Supports
customAccountFilters
/customContactFilters
- Supports normalized queries
It uses accounts/contacts store as its data source and manages filtering, searching out of the box. The stores should be initialized before to be able to use the tables correctly.
# API
src:
pitcherify/src/components/PAccountsContactsTable/PAccountsContactsTable.vue
Pitcher props
Vuetify props
Inherits attributes from vuetify component:
VDataTable
Pass props at:
*
(* means root level as Pitcher props on the <VDataTable />)
Props listed below can be used on
<PAccountsContactsTable />