I need a data grid for Angular 2 project that supports grouping like in http://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxgrid/jquery-grid-grouping.htm. The user should be able to drag and drop columns to do the grouping. Seems like the ag-grid and primeNG and many other options do not support this feature. Does anyone know a good one? Some features I need are collapsable groups and group by multiple columns.