bhaveshpatel200 / vue3-datatable

vue3-datatable is a powerful component for creating dynamic and customizable data tables. It supports large amounts of data, sorting, pagination, and filtering and highly customizable
MIT License
100 stars 11 forks source link

How to add footer row? #41

Open tuongtd opened 2 weeks ago

tuongtd commented 2 weeks ago

I see docs and find no solutions to add fixed footer row for table. I want show total/sum row at footer

bhaveshpatel200 commented 2 weeks ago

Hi, Currently we are not providing this features. we will think in future updates.

now you can take new table for footer row with same columns length and add footer data.