Using Row Detail from HTML Data
Using Row Detail from HTML Data
suday
Posts: 2Questions: 1Answers: 0
I am using Django as a back end and directly displaying data in HTML without using API. Can I use the Row Detail Feature with the Data directly from the HTML Table?
This discussion has been closed.
Answers
Hi @suday,
The API just allows you to change the behaviour once the table has been initialised, all the functionality is available straight from the initialisation without the api being called. I don't understand what you mean by the row detail feature, but I'm certain it won't be a problem,
Cheers,
Colin
Thanks a lot @colin ,
I will give it a try.
By Row details I meant - https://datatables.net/examples/server_side/row_details.html
Cheers,
Suday