Is that possible to give a link to the whole so that i can create dynamic links to the row shown in front-end from database
+2
A:
Yes. Add an onclick to the TR and then have it point to a function that changes window.location ... pass in a variable of where to point to as a URL.
drachenstern
2010-09-04 18:37:55
In addition: Be sure to use CSS to change the cursor to make it obvious as a click receiver.
Rob Olmos
2010-09-04 18:47:32
also highlight the entire row in some fashion
Galen
2010-09-04 19:04:38
@Rob Olmos )
drachenstern
2010-09-05 02:52:05