Canvas Components
AG Grid Component
Explains the AG Grid canvas component for hosted Webchat. Useful for interactive tables, structured data review, and grid-based user interfaces.
The AG Grid component displays interactive data tables with sorting, filtering, and pagination in the webchat interface.
Example Usage
Features
- Sorting - Click column headers to sort data
- Filtering - Built-in filtering capabilities
- Pagination - Handle large datasets efficiently
- Customizable Columns - Define column headers and field mappings
- Responsive Design - Adapts to different screen sizes
Configuration
columnDefs- Array of column definitions withheaderNameandfieldpropertiesrowData- Array of data objects to display in the table
Each column definition maps to a field in your data objects.
For more configuration options, see the AG Grid documentation.