You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
With a grouped tree structure, totaling table rows no longer works. I noticed that the "table.getCalcResults()" function also does not consider children.
To Reproduce
you can see the result directly on the screen, or press the "Print total" button and view the result in the console, you will see that this is wrong
Expected behavior
I expect the total of the table and groups to also add the children since the "dataTreeChildColumnCalcs" parameter is true
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS:windows
Browser chrome
Version 133.0.6943.142
The text was updated successfully, but these errors were encountered:
Describe the bug
With a grouped tree structure, totaling table rows no longer works. I noticed that the "table.getCalcResults()" function also does not consider children.
Tabulator Info
Working Example
https://jsfiddle.net/verdonfly/sn5yvuL6/20/
To Reproduce
you can see the result directly on the screen, or press the "Print total" button and view the result in the console, you will see that this is wrong
Expected behavior
I expect the total of the table and groups to also add the children since the "dataTreeChildColumnCalcs" parameter is true
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: