footer doesn't appear

footer doesn't appear

shark95shark95 Posts: 1Questions: 1Answers: 0

Hi!

I create the table using:

mytable= $('#fulldatatable').dataTable( { "data": result_array, "columns": headers } );

works fine, but if i want to add something in the footer (like the "Individual column searching (select inputs)" example here: http://datatables.net/examples/api/multi_filter_select.html) nothing appears.

It says in the quellcode, that the table-tag related classes are "dataTable no-footer".

Is there some other configuration I need to take for displaying the footer?

Thanks

This discussion has been closed.