react-bootstrap-table / react-bootstrap-table2

Next Generation of react-bootstrap-table
https://react-bootstrap-table.github.io/react-bootstrap-table2/
MIT License
1.26k stars 431 forks source link

Is there a way to assign grandtotal of a column at the footer of a table? #1389

Open ihegde opened 4 years ago

ihegde commented 4 years ago

Hi, I am able to get the total of a column using your example here

However, when I use pagination with footer, the total shows only pagetotal. I am unable to find a way to get a summary row with the grandtotal. Here is the codesandbox sample of what I am trying to do: codesandbox sample The total for first page shows 10, total for second page shows 5, which is good. I also wanted a grandtotal that shows 15. I can do this by other ways using ReactJs code, but it gets complicated when I use filter. In that case one would like to see the grandtotal of only the filtered rows. Thanks a lot,

Vincentqchen commented 2 years ago

Did you ever find a way to get the grandtotal?