How To : addRow() with comma values for single cell?

How can i use addRow funtion to add comma values (bool,ball,pen) in a single cell
this create 3 cells now
Please help

Please, try to use:
mygrid.addRow(new_id,[“bool,ball,pen”,“second cell”]);