I have columns Monday to Sunday. The header of each row contains the total hours worked for each day. There is a column after the Sunday column to place the total hours for the week.
What code needs to go into the ‘webix.ui.datafilter.totalWeek’ to be able to accomplish this?
The day totals are in the header cells of the data table.
The weekly total is also in the header cell of the data table.
I have a working solution whereby I used the { content: “totalColumn” } for each days total to increment a variable. That variable value was then fed into the datafilter below: