update body()

update body()

alord84alord84 Posts: 24Questions: 15Answers: 1
edited August 2015 in Editor

Instead of update footer I want to update cells in column 8, where that column is ->
{ data: null, defaultContent:'', orderable: false}, greatly appreciate the help :)

$( api.column(8).footer() ).html(
                '$'+ number_format(totes,2) 
            );

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.