Add rows
Adds multiple rows to the table instance.
Parameter
Parameters | Type | Description |
---|---|---|
Payload | Array | Array of objects where keys represent the columnId(string) and its values correspond to the respective field types (like number for rating/slider, string for text/textarea etc.). |
Syntax
Example
Assume employeeData
variable is fetched via an api call.