I wondered if anyone else had come across this problem. When I originally build my table in my view, I'm using a custom attribute (call it customerID) in each table row to hold information I'll need to pass down for an ajax call. However, I'm also dynamically adding rows to the table, and I can't figure out how to pass back that same information (customerID) to be put in an attribute for the row. Currently, the only thing I'm doing when adding rows is building an array of arrays of strings that map exactly to my columns. This works fine, but there's no room to send back extra information.
I guess I don't need to store that in an attribute, if there's another way to send that information back to the view when adding rows. Does anyone have any ideas on this?
Thanks.
fnGetData. Does it not work for you?