andrewcourtice / vuetiful

Vuetiful is a component framework written on top of the Vue reactive library. It is primarily designed for creating business/administration applications where the displaying of data is paramount.
MIT License
488 stars 108 forks source link

Predefined grouping? #18

Open nzxt opened 7 years ago

nzxt commented 7 years ago

Hi. First of all i'm agree with others - amazzzing component!

Is it possible to predefine grouping? I didn't find this feature in examples.

Thanks!

manik005 commented 7 years ago

@nzxt I had similar question initially and I sorted out by adding reference to the datatable component and then calling groupColumn method through that reference. Please follow this link for more discussion about that.

nzxt commented 7 years ago

@manik005. Right and simple solution, i'll try. @andrewcourtice, it would be great to update your codepen example with this feature. Thanks, guys!