footer doesn't appear
footer doesn't appear
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