Power-Components / livewire-powergrid

⚡ PowerGrid generates modern, powerful and easy-to-customize data tables using Laravel Livewire.
https://livewire-powergrid.com
MIT License
1.42k stars 209 forks source link

fix summaries for collection data source #1422

Closed emissarman closed 5 months ago

emissarman commented 5 months ago

⚡ PowerGrid - Pull Request

Welcome and thank you for your interest in contributing to our project!. You must use this template to submit a Pull Request or it will not be accepted.


Motivation

Description

Summaries was not working with Collection data source

Related Issue(s): #_____.

Documentation

This PR requires Documentation update?

luanfreitasdev commented 5 months ago

Hello, can you give a brief description of what PR is doing? Thanks for contributing

emissarman commented 5 months ago

Hello, can you give a brief description of what PR is doing? Thanks for contributing

Hello, summaries was not working with Collection data source, applySummaries() method was not called inside processCollection(), i fixed this.