Configuration
Data Props
Configure data source type, CSV files, API endpoints, and rendering modes.
Data Type (enum)— Data source mode:CSV | Static | API. Default:API.CSV File (file)— URL or path to a.csvfile. Only used in CSV mode.API URL (string)— API endpoint URL. Only used in API mode.API Method (enum)— HTTP method:GET | POST. Default:GET.Rendering Type (enum)— Rendering mode:Client Side | Server Side. Default:Client Side.Items (Array)— JSON array. Only used in static mode.
