Update sum when doing date filter
Update sum when doing date filter
I am using datatables in this table I make a sum of a value but with the different monetary symbol where I separate them by symbol and do the sum, up to there it is perfect but when I want to make a filter by dates I want only the data that is added in the table that was done by the date filter which I've been trying but it doesn't work out the way I did with an input
view:
https://jsfiddle.net/JoseDM/kyc45jwf/
This discussion has been closed.
Answers
I'm not too clear on the issue, but it looks like you want to move the code in the
keyuptrigger intodraw. When it is indraw, the code will be executed whenever the table is redrawn, i.e. as a result of a filter, an order, or a change in pagination.Colin