DataTables : Dynamically generating tables JSON dataset and binding it to Databales
DataTables : Dynamically generating tables JSON dataset and binding it to Databales
I went through the examples section and found that all of them basically uses static dataset to generate Datatables. My requirement is to generate a dynamic dataset in Python which should be binded to the datatables in my HTML page.
Since I am a bit newbie in Python also, hence I am not sure how JSON data set can be generated via Python script and then be binded to my HTML page.
Any pointers would be very helpful.
Thanks in advance.
Since I am a bit newbie in Python also, hence I am not sure how JSON data set can be generated via Python script and then be binded to my HTML page.
Any pointers would be very helpful.
Thanks in advance.
This discussion has been closed.