Datatables footerCallback and footer problem
Datatables footerCallback and footer problem
itajackass
Posts: 162Questions: 48Answers: 3
I've this fiddle example.
http://live.datatables.net/boqowebi/1/edit
if is write some text in SEARCH box, the footer increments the lenght instead update itself. Where is the bug?
This discussion has been closed.
Answers
Hi itajackass,
That text is actually going into the tbody - if you inspect the counts you can see. It might be easier if you go back to basics and say what you're trying to achieve. Is it to sum that sum column only and place the results of the matched rows into the footer?
Cheers,
Colin