Canvas Components
AG Grid Component
The AG Grid component allows you to display interactive data tables with powerful features like sorting, filtering, and pagination within the webchat interface.
Example Usage
Features
AG Grid provides powerful features for data display:
- 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, allowing for flexible and dynamic table creation.
For more advanced features and configuration options, refer to the AG Grid documentation.