Skip to main content
The CrmAssociationTable component renders a table of associated records with optional filtering, sorting, and search methods. You’ll specify the type of records that you want to appear along with the properties to display as columns.
ui-ext-components-associationstable

Props

Please note:For quickFilterProperties:
  • By default, four quick filters will display automatically depending on the object type.
  • Contacts (0-1): [ 'hubspot_owner_id', 'createdate', 'hs_lead_status', 'notes_last_updated' ]
  • Companies (0-2): [ 'hubspot_owner_id', 'hs_lead_status', 'notes_last_updated', 'createdate' ]
  • Deals (0-3): [ 'hubspot_owner_id', 'closedate', 'createdate', 'dealstage' ]
  • Tickets (0-5): [ 'hubspot_owner_id', 'createdate', 'hs_pipeline_stage', 'hs_lastactivitydate' ]
  • Custom objects do not have default quick filters.
  • An empty array ([]) will remove any default quick filters except for “Association label.”
Last modified on March 29, 2026