BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
<div id="Grid" ej-grid ="" e-datasource="data" e-allowpaging="true" e-groupsettings-groupedcolumns="groupcol" e-allowgrouping="true" >
angular.module('listCtrl', ['ejangular']) .controller('PhoneListCtrl', function ($scope) { $scope.data = obj; $scope.groupcol =["EmployeeID"];//Grouped column
}); |
We have created a sample using allowGrouping property in jsPlayground,
Regards,
Isuriya R
<div id="Grid" ej-grid ="" e-datasource="data" e-allowpaging="true" e-groupsettings-groupedcolumns="groupcol" e-allowgrouping="true" >
angular.module('listCtrl', ['ejangular']) .controller('PhoneListCtrl', function ($scope) { $scope.data = obj; $scope.groupcol =["EmployeeID"];//Grouped column
}); |
We have created a sample using allowGrouping property in jsPlayground that you can download from the following location,
Regards,
Isuriya R