Multiple Rows per Record

Multiple Rows per Record

bazianmbazianm Posts: 10Questions: 5Answers: 0

Hi,

I need to build a 1:m table. Basically, the header record will be information about a project and then I want to have all the status comments listed underneath it. I do not need it to be expandable (in fact, I think I would prefer for it not to be).

The data source will be an ajax call to the server.

I am trying to come up with an approach that will work here. I have been looking at the expandable example and I am honestly a little confused. It called a function called format() but I could not find any documentation on it (I assumed it was an event call) nor can I see how or when it is called. I was thinking that I could do an ajax call there to get the child records for the parent but that would seem to me to be heinously inefficient.

I could use some advice on how best to approach this.

Thanks in advance

This discussion has been closed.