how can i sort this into mysql and datatable
how can i sort this into mysql and datatable
josh91
Posts: 1Questions: 1Answers: 0
Hi there i am just wondering how could i make an datatable with mysql
this is my code for the datatable
https://jsfiddle.net/ofojzc4g/1/
if i can get some help with the mysql how to add it to database also with the tags for the datatable that would help me
thanks
This discussion has been closed.
Answers
Sounds like you should purchase an Editor license. This makes it really easy to work with mysql on the back end. The back end libraries of Editor support PHP, .NET and NodeJS as well. That's how I got started with data tables, too.
https://editor.datatables.net/purchase/index
A single developer license is only GBP 85 - and it is really worth the money.
Please take a look at the numerous examples as well: https://editor.datatables.net/examples/index
You have two options:
The manual will help with the DataTables aspects of this. But for general programming advice on how to get data from a database, you'd need to ask on StackOverflow or similar.
Allan