server-side processing - columns that aren't in array

server-side processing - columns that aren't in array

tashtash Posts: 13Questions: 0Answers: 0
edited August 2012 in DataTables 1.8
So, I'm trying to get server-side processing to work so I can tell if it loads more quickly. If you look at my below, notice that "checkbox", "location_city" , and "location_state" are 3 columns I added to the table where data isn't fetched form the same table as everything beginning with "job". So, when I added the server-side processing code and server-side script ( php ), my table loads more quickly, but it isn't loading the data in the table for "checkbox", "location_city", or "location_state". I asked a similar question in a different thread, but I think it makes more sense to ask it here. Allan, can you help me with this? Please let me know if what I'm asking makes sense or not.

[code]


 
Job
City
State
Type
Description
Start
End
Finished
Notes


[/code]
This discussion has been closed.