how can i sort this into mysql and datatable

how can i sort this into mysql and datatable

josh91josh91 Posts: 1Questions: 1Answers: 0
edited December 2017 in Free community support

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

Answers

  • rf1234rf1234 Posts: 2,820Questions: 85Answers: 406

    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

  • allanallan Posts: 62,296Questions: 1Answers: 10,215 Site admin

    You have two options:

    1. Create the HTML table directly on your page.
    2. Get the data for the table via Ajax (in a JSON data format).

    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

This discussion has been closed.