react-bootstrap-table2
react-bootstrap-table2 copied to clipboard
Is there a way to assign grandtotal of a column at the footer of a table?
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,
Did you ever find a way to get the grandtotal?