Join table example
Join table example
sliekens
Posts: 97Questions: 17Answers: 2
I'm trying to display data from linked tables. As an exercise, I tried to recreate the example on this page: https://editor.datatables.net/examples/simple/join.html
This is my result: http://live.datatables.net/zatojowu/3/edit
DataTables insists that there is no data to display. I don't know what I'm doing wrong. Please send help.
This discussion has been closed.
Answers
If you are loading the data locally, just use the
data
option: http://live.datatables.net/vuhavoqo/1/edit .Allan
I spotted my error: my ajax callback had a parameter named
data
that was hiding the globaldata
variable. Doh...I see that for the
data
, you discarded the values ofdata.options
anddata.files
. Does that mean I can't use thedata
if I need to keep those values for Editor?