tags:

views:

29

answers:

1

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
In addition: Be sure to use CSS to change the cursor to make it obvious as a click receiver.
Rob Olmos
also highlight the entire row in some fashion
Galen
@Rob Olmos )
drachenstern