Using Generator
Using Generator
bhandaribishnu
Posts: 9Questions: 4Answers: 1
in Editor
I do have a database with more than 25 tables. some tables have more than 20 columns. Is there a way i can install Datatables editor generator to generate all the js and PHP files on fly. I have used the one online but i have to enter all the column names .
This discussion has been closed.
Answers
There is no way to use Generator like that, since it is an online tool only and not available for download. However, it would be quite possible for you to use the API to dynamically product the PHP and JS files based on the contents of the database.
Allan
Hi Allan, thanks for your response. if you have any links to api please do share.
The manual for Editor contains detailed documentation on the Editor PHP API.
There is also API reference documentation available.
Allan