Using Generator

Using Generator

bhandaribishnubhandaribishnu Posts: 9Questions: 4Answers: 1

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 .

Answers

  • allanallan Posts: 61,744Questions: 1Answers: 10,111 Site admin

    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

  • bhandaribishnubhandaribishnu Posts: 9Questions: 4Answers: 1

    Hi Allan, thanks for your response. if you have any links to api please do share.

  • allanallan Posts: 61,744Questions: 1Answers: 10,111 Site admin

    The manual for Editor contains detailed documentation on the Editor PHP API.

    There is also API reference documentation available.

    Allan

This discussion has been closed.