Server and Client

Server and Client

vinit9vinit9 Posts: 20Questions: 1Answers: 0
edited November 2012 in General
Hey, I've configured the server side code to connect to my SQL and its showing the data in one row and not in a table format. I was wondering how I can connect it to my system which means when the user enters the URL the data is shown in a neat and clean table?

Replies

  • girishmrgirishmr Posts: 137Questions: 0Answers: 0
    If you have configured the DataTables you should get back the data n a table format. URL in ajax call is where you specify your script to retrieve data, fnCallback(data) loads the data to your table with the given id selector you would have specified during DT init.
  • vinit9vinit9 Posts: 20Questions: 1Answers: 0
    girshmr

    Hey I've sent you a e-mail if we can work on this together so I can understand what I'm doing properly!

    Regards,

    Vinit
This discussion has been closed.