column data with name of a previous field plus more chars throws an error
column data with name of a previous field plus more chars throws an error
If substring of column data contains name of a previous field plus more chars, that second longer field throws an error.
BUG: http://communitychessclub.com/dataTables_BUG.php
JSON: http://communitychessclub.com/verlager.ajax
JSON SAMPLE:
{
"data": [
{
"game": "5570",
"Date": "10/02/2010",
"Event": "Arkport Open",
"ECO": "A23",
"White": "Kelley, Edward",
"WhiteElo": "2056",
"Black": "Nikolayev, Igor (FM)",
"BlackElo": "2364",
"Result": "0-1"
},
This works perfectly in the example: http://communitychessclub.com/dataTables.php in which the problem condition is is lacking.
This question has an accepted answers - jump to answer
Answers
I don't believe this is a bug in DataTables. In your JSON feed you have:
While in your DataTables configuration you have:
Note the difference in capitalisation.
Allan
You are correct!