You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

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

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!