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

Group and sort entire dataset #29

Open luisvdbk opened 7 years ago

luisvdbk commented 7 years ago

Hi @andrewcourtice . First of all let me thank you for all the nice work you've done with these components. They've been very helpful.

I just have a little question/suggestion. In the datatable component, is there any way that when we group/sort the table it makes those actions on the entire dataset instead on the actual page of the datatable. If there's not, I think this could be a great option to add to the datatable component.

ghost commented 6 years ago

@luisvdbk hey did you find a solution for this?