Posts by Bitencorp • 11 points
2 posts
-
-1
votes1
answer86
viewsQ: Group object in javascript by categories
I have a code with Datatable and wanted to group and add values in situations var table = $('#tabelaDadosFinanc').DataTable(); var data = table .rows() .data(); var total = 0; for (var i = 0; i <…
-
0
votes1
answer50
viewsQ: How to decrease percentually in loop?
I need to make a loop where I have a process where something loses its weight every 1 minute For example: 100 - 20% = 80 80- 20% = 64 64 - 20% = 51.2 So it will even arrive as a result it is 8.5899…