Columns sorting issue in datatables with php CRUD

Columns sorting issue in datatables with php CRUD

stevensavstevensav Posts: 2Questions: 1Answers: 0
edited August 2020 in Free community support

Hi.
I created datatables with ajax php and mysql with this exemple:
https://github.com/knysh-irina/Datatables-ajax-php-mysql.
All works but i noticed there are issue with column sorting.
This issue is commune with many datatables CRUD exemples on the web.

sorting column 1 affect sorting in column 2
sorting column 2 affect sorting in column 1
sorting column 0 display empy datatable.

Can you help me to solve this issue ?
Thanks

Answers

  • allanallan Posts: 61,734Questions: 1Answers: 10,110 Site admin

    Thanks for your question. As noted in the forum rules, please post a link to a running test case showing the issue so we can offer some help. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Allan

  • stevensavstevensav Posts: 2Questions: 1Answers: 0

    i don't find website for create running test case with php files...
    I think the problem with this file fetch.php

  • tangerinetangerine Posts: 3,350Questions: 37Answers: 394
This discussion has been closed.