Issues with displaying the right info
Issues with displaying the right info
54696d20
Posts: 75Questions: 18Answers: 0
I have an example. http://live.datatables.net/tobabovo/10
If you look at the table, sort by X504 until you see 3 students that have 1 as a value
johnn awesome smith
JONATHON REX SWAIM
TAELYN SARAHI MULHOLLAND
but.... if you look at the formattedString (data).. You can see that JONATHON REX SWAIM only has 1, not the other 2.
Any ideas?
This discussion has been closed.
Answers
That was an interesting issue to find. You have the
X504
andSpecEd
columns reversed. Your table has:But your Datatable has:
Kevin
Thanks @kthorngren... That's interesting..