Connect jquery dataTables (with CRUD functions) to mysql

Connect jquery dataTables (with CRUD functions) to mysql

asdasd11asdasd11 Posts: 1Questions: 0Answers: 0
edited January 2014 in General
I'm beginer to web development and I find on net something really usefull jquery datatables but now I have a problem becouse I know just javascript and jquery, so I have a problem How to connect datatable to mysql and how to send request and recieve response from server.

Here is the demo: https://editor.datatables.net/release/DataTables/extras/Editor/examples/bootstrap.html

So how I can connect this code example with my mysql dataBase?

Is there any tutorial step by step or something like that?

I need to do request and response ... I see in example file dataTables.php but this file is not in documentation...

Replies

  • tangerinetangerine Posts: 3,365Questions: 39Answers: 395
    1. Do you intend to use Twitter Bootstrap? If not, you are looking at the wrong example. Look at this one: https://editor.datatables.net/release/DataTables/extras/Editor/examples/index.html

    2. Have you actually downloaded the necessary files? Editor is an *extra* which needs downloading separately.
This discussion has been closed.