xaksis / vue-good-table

An easy to use powerful data table for vuejs with advanced customizations including sorting, column filtering, pagination, grouping etc
https://xaksis.github.io/vue-good-table/
MIT License
2.16k stars 405 forks source link

Multiple table headers #341

Open nwaughachukwuma opened 6 years ago

nwaughachukwuma commented 6 years ago

Hi @xaksis is it possible to use multiple table headers on vue-good-table. This will be required for column headers grouping. I feel I have come across something like that, but don't know where to find it on VGT. Please correct me if am wrong. Your response is highly appreciated, thanks

xaksis commented 6 years ago

hey @nwaughachukwuma. Unfortunately, there's no way of doing col-spans (grouped headers) currently in VGT. I can chalk this up as an enhancement but there wouldn't be an ETA on this just yet.

nwaughachukwuma commented 6 years ago

Alright @xaksis thanks for the swift response, highly appreciated.