How to make entire row clickable based on value from json data
How to make entire row clickable based on value from json data
verlager
Posts: 18Questions: 3Answers: 0
http://communitychessclub.com/test.php
my data is like this:
{
"data": [
{
"game": "5086",
"date": "09/02/2013",
"event": "135th NYS Ch.",
"eco": "B08",
"white": "Jones, Igor",
"white_rating": "2393",
"black": "Treger, Efim",
"black_rating": "2268"
},
I want to make the row clickable and link to: 'basic.php?game=data:game'
This discussion has been closed.