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
134 stars 19 forks source link

How to add footer row? #41

Open tuongtd opened 5 months ago

tuongtd commented 5 months 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 5 months 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.