我在angular1中我使用
$scope.initialized = function (s, e) {
$scope.flex = s;
$scope.filter = new wijmo.grid.filter.FlexGridFilter($scope.flex);
var g = new wijmo.grid.columngroups.ColumnGroupProvider($scope.flex, fundColumns);
$scope.flex.autoGenerateColumns = false;
g.selectOnClick = true;
}
这样的形式去渲染成如图样式的表头。
我想问下在angular4.x中怎么去渲染这样形式的表头?
|