DataGridBuilder
Summary:
Hi everyone, I am at a loss on how to do something. I have a list of members, and I need to create a DatagridBuilder and have each of the rows have the member name and a value of one, I can create the text, but there doesn't seem to be a way to insert this text into the data grid builder. The rows that I create look like the following:
builder.addRow(['Account1', 'Product1'], [1, 1, 1])\n
builder.addRow(['Account1', 'Product2'], [1, 1, 1])\n
builder.addRow(['Account1', 'Product3'], [1, 1, 1])\n
builder.addRow(['Account2', 'Product1'], [1, 1, 1])\n
Tagged:
0