Dynamic Tables from JSON File
Dynamic Tables from JSON File
I'm trying to create a dynamic table from a JSON file. This file is created by an SQL query (json_encode for instance) and then it should be used as an input to create a table with X numbers of columns and Y numbers of rows. The SQL query can change and therefore I could have a different number of columns every time. Is there any way to do this dynamically with Datatables?
Thanks!
Thanks!
This discussion has been closed.