Problems with DataTables jQuery library i need to get sum of column after filtering -


i have table custom filter, after use it, want sum of 1 field this:

$('#articlestable').datatable()._('td:nth-child(12)', {"filter": "applied"}) 

but array elements form first page in table.

what doing wrong?

the problem in:

"bdeferrender": true, 

when use got wrong results! theoretically, disabling "bdeferrender" affect on performance. in case have 3000 - 6000 rows , it's ok!


Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -