Jquery Editor table
Jquery Editor table
patrick008
Posts: 4Questions: 2Answers: 0
Hi,
I am trying to implement the editor for my table. I defined all the data types and fields and generated the solution. I then downloaded the solution and ran the package but all I see is the header with the field names and not anything else. attached is the screenshot.
I would really appreciate if anyone can give me some leads on how to make it working.
Thank you!
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
You need to connect to the database.
Edit the
php/lib/config.php
file with your database details.More info :
https://editor.datatables.net/manual/generator
Hope it helps
Thank you so much! I was able to get the table generated.