Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"dataTreeChildColumnCalcs" doesn't work, the group or table total doesn't sum the children #4705

Open
AVerdolini opened this issue Mar 3, 2025 · 0 comments
Labels
Possible Bug A possible bug that needs investigation

Comments

@AVerdolini
Copy link

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

  • 6.3.1

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):

  • OS:windows
  • Browser chrome
  • Version 133.0.6943.142
@AVerdolini AVerdolini added the Possible Bug A possible bug that needs investigation label Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Possible Bug A possible bug that needs investigation
Projects
None yet
Development

No branches or pull requests

1 participant