Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4701978
By: sushmas


I know how to get the cell value by column number,but I'm looking for where
i can get the value using columnName.
 
document.getElementById(tableId).rows[rowline].cells[0];
It'll return me the value in 1st column in 'rowline'th row

I want to get the value by specifying columnName somthing like 
rows[rowline].cells["FirstName"];

As columnNumber can be changed at any time so its goos to get the value by name
and not by the number.

I tried a lot but ended w/ nothing. I didn't get any useful info.

If you've answer plase pass it to me. 
Thanks in advance.


______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=249317

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to