rubanraj54 / vue-bootstrap4-table

Advanced table based on Vue 2 and Bootstrap 4 ⚡️
MIT License
220 stars 57 forks source link

tfoot slot #135

Open filippopoggini opened 1 year ago

filippopoggini commented 1 year ago

Hi dev, I can't find method to put footer <tfoot> inside table to show the sum of column values.

|   A   |   B   |   C   |
-------------------------
| Foo   | Bar   |   5   |
| Baz   | Foz   |   6   | 
--------------------------
| Total         |   11  |