Using Row Detail from HTML Data

Using Row Detail from HTML Data

sudaysuday 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?

Answers

  • colincolin Posts: 15,118Questions: 1Answers: 2,583

    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

  • sudaysuday Posts: 2Questions: 1Answers: 0

    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

This discussion has been closed.