MedicOneSystems / livewire-datatables

Advanced datatables using Laravel, Livewire, Tailwind CSS and Alpine JS
https://livewire-datatables.com/
MIT License
1.19k stars 258 forks source link

enableSummary is not summing up amount #470

Open rthunoli opened 2 years ago

rthunoli commented 2 years ago

I have two columns like this NumberColumn::name('x.amount') ->label('Amount') ->enableSummary(),

NumberColumn::name('x.discount') ->label('Discount') ->enableSummary(),

But the summary row in grid shows only 0 in those columns

IsmaDevp commented 4 months ago

Were you able to solve this? the same happens to me