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
Post a Comment