Is there any experience with python scripts in stead of .php in connection with DataTables?

Is there any experience with python scripts in stead of .php in connection with DataTables?

praabyepraabye Posts: 2Questions: 2Answers: 0

Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:

Answers

  • kthorngrenkthorngren Posts: 20,302Questions: 26Answers: 4,769
    edited April 2023

    Yes. I use the ajax option to fetch the data from my Python scripts/framework. Details can be found in the Ajax docs. Your python function will need to return a JSON string with the data. See these examples to see the supported data structure.

    Let us know if you have any questions.

    Kevin

Sign In or Register to comment.