-
Notifications
You must be signed in to change notification settings - Fork 88
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
Add a columns SUM feature #57
Comments
@miler87 have you implemented it yet? |
@o5 have you thought of that feature yet? can you point me where I could start off implementing it? |
nevermind, I implemented it by extending Columns\Number & adding property |
@Ciki cool idea but does it work with pagination? We're facing the same problem right now but in our case we're expecting quite large datasets so we need pagination and (efficiently) calculated sums at the same time. |
yes, the calculation is actually made in .latte as well if that flag is set. so whatever is rendered it calculated sum |
It would be great to add a columns SUM feature. It can be attached to the grid in the same way as filters are.
Just the last row of the grid would contain sums of the (numerical) columns, specified by user by ->addSum()
From my point of view the funcionality should be sum of the visible rows (when paginator is enabled) or all rows without paginator.
The text was updated successfully, but these errors were encountered: