Using Row Detail from HTML Data
Using Row Detail from HTML Data
![suday](https://secure.gravatar.com/avatar/bd01709aef67114d90916df0aa4c7fbb/?default=https%3A%2F%2Fvanillicon.com%2Fbd01709aef67114d90916df0aa4c7fbb_200.png&rating=g&size=120)
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