Server Side-Detail View- Tables displays in testing but not when moved to live website.
Server Side-Detail View- Tables displays in testing but not when moved to live website.
Hello,
I want to use the detailed view settings available. Before implementing the javascript in the live webpage I tested the code using the Examples page included with the dataTables library. Everything works correctly when testing the code and settings using '/server_side/row_details.html' which came with the dataTables library.
When moving over the code to the live webpage I used long path urls & duplicated the form html exactly. I ensured that the table names where congruent. However, the live webpage does not not load the table data, which is weird because it does load with the same code & settings as '/server_side/row_details.html'.
I used DataTables live to search for errors, however I did not find any in the code. I'm baffled as to why it would load in '/server_side/row_details.html', but not in the webpage it is intended to run on.
I've been working on this anomaly for roughly 32 hours and can't find a solution so ANY HELP on what else to check would be appreciated.
Kindly,
Sumotide
Answers
I solved my own question. I probably should have taken a few breaks while solving the problem. I determine there was a syntax error between Javascript and my cms.
Mark this as solved.