row not being displayed properly

row not being displayed properly

jkrek17jkrek17 Posts: 2Questions: 1Answers: 0

The text of my row data is not being displayed properly. Here is an example of one row:

"SNOW,3.0,1 W ST. ANTHONY, ID,2016-12-01 15:45:00Z,FELL OVER APPROX 12 HOURS. 6 INCH SNOW DEPTH."

Here are the full row details:

{
"nTr": "<tr role=\"row\" class=\"odd\"><td class=\"sorting_1\">S</td><td>N</td><td>O</td><td>W</td><td>,</td><td>3</td></tr>",
"anCells": ["<td class=\"sorting_1\">S</td>", "<td>N</td>", "<td>O</td>", "<td>W</td>", "<td>,</td>", "<td>3</td>"],
"_aData": "SNOW,3.0,1 W ST. ANTHONY, ID,2016-12-01 15:45:00Z,FELL OVER APPROX 12 HOURS. 6 INCH SNOW DEPTH.",
"_aSortData": ["s"],
"_aFilterData": ["S", "N", "O", "W", ",", "3"],
"_sFilterRow": "S N O W , 3",
"_sRowStripe": "odd",
"src": "data",
"idx": 0

}

The first couple words are being parsed as individual letters. Can't seem to figure out why and couldn't find an answer in the forums. Please help!

Answers

This discussion has been closed.