gustavnavar / Grid.Blazor

Grid component with CRUD for Blazor (client-side and server-side) and ASP.NET Core MVC
GNU Lesser General Public License v2.1
705 stars 135 forks source link

Group by Column with Header Row #13

Closed enkodellc closed 5 years ago

enkodellc commented 5 years ago

Great component, thanks for creating!

Is your feature request related to a problem? Please describe. No

Describe the feature you'd like Group by column. Developer can set a column with the table would sort then group by that column. Creating a column header row which the developer can customize each cell in the header row.

Describe alternatives you've considered N/A

Additional context Here is a good example of what I am describing: http://www.obout.com/grid/grid_grouping_initial.aspx

gustavnavar commented 5 years ago

I will look for the impact of this feature and I will get back to you asap

gustavnavar commented 5 years ago

A new version supporting extended sorting and grouping has been uploaded.

Nuget package version supporting it are:

enkodellc commented 5 years ago

Your demo of this is great. Thanks so much for the effort. With the new functionality I will now implement your component into Blazor Boilerplate. Hopefully it will help you get more support.
https://github.com/enkodellc/blazorboilerplate