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.