Can't seem to get joined string to display

Can't seem to get joined string to display

frankvolkelfrankvolkel Posts: 2Questions: 1Answers: 0

Hi,

I am replicating almost everything on the Simple Join example at https://editor.datatables.net/examples/simple/join.html; the only difference is that I do not have a users.site database column, as my, say site field is foreign key-ed to the primary key of the main table.

Whenever I try to display a column from the site (joined) table that is a string, I get the following error message:

Uncaught TypeError: Cannot read property 'indexOf' of null jquery.dataTables.js:2990
_fnFilterData jquery.dataTables.js:2990
_fnFilter jquery.dataTables.js:2873
_fnFilterComplete jquery.dataTables.js:2764
_fnReDraw jquery.dataTables.js:2023
(anonymous function) jquery.dataTables.js:3215
_fnBuildAjax.baseAjax.success jquery.dataTables.js:2380
c jquery-1.10.2.js:3048
p.fireWith jquery-1.10.2.js:3160
k jquery-1.10.2.js:8235
r jquery-1.10.2.js:877

That does not happen with numerical values.

Any ideas?

Answers

  • frankvolkelfrankvolkel Posts: 2Questions: 1Answers: 0

    Hi,

    I seemed to have found the problem; the dev build broke something somewhere, stable works =)

This discussion has been closed.