How can I set the Id for a cell?
How can I set the Id for a cell?
Bernbacher
Posts: 5Questions: 1Answers: 0
I'm sure it's a easy question, but I don't get it: how do I set the attribute id for a cell? If I use jEditable and want to update the data on the server, I need to know what field was edited, so I want to put in the id the rowId and the colId. But how can I set the id, even for the "tr"-Tag?
This discussion has been closed.
Replies
I don't know how to create for example an id like "row45colXXX". I need that to update the data set of index 45 in the column XXX or is there a better way to do that?