sDom to tfoot

sDom to tfoot

malfaitrobinmalfaitrobin Posts: 1Questions: 0Answers: 0
edited August 2013 in General
Hello,

I'm new to DataTables, but I'm confused with the "sDom",

currently I have this http://d.pr/i/eS9C BUT I want to put that information in my table > tfoot > tr

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    sDom has nothing to to with the table footer. If you want to put those control elements into the table footer, you need to do some jQuery / DOM manipulation after the table has been initialised.

    Allan
This discussion has been closed.