Dashboard changes
This commit is contained in:
parent
6ed86962aa
commit
1eb11b0186
@ -897,8 +897,6 @@ app.controller('dashboardCtrl', ["$scope", "$rootScope", "toaster", "$filter", "
|
||||
allowSortingBySummary: true,
|
||||
allowSorting: true,
|
||||
allowFiltering: true,
|
||||
allowExpandAll: true,
|
||||
wordWrapEnabled: true,
|
||||
height: 440,
|
||||
showBorders: true,
|
||||
fieldChooser: {
|
||||
@ -920,8 +918,6 @@ app.controller('dashboardCtrl', ["$scope", "$rootScope", "toaster", "$filter", "
|
||||
}, {
|
||||
caption: "staff",
|
||||
dataField: "Staff",
|
||||
dataType: "string",
|
||||
width: 200,
|
||||
area: "column"
|
||||
}, {
|
||||
caption: "TotalNoOfAdmissions",
|
||||
@ -1041,15 +1037,15 @@ app.controller('dashboardCtrl', ["$scope", "$rootScope", "toaster", "$filter", "
|
||||
}, {
|
||||
caption: "staff",
|
||||
dataField: "Staff",
|
||||
dataType: "string",
|
||||
width: 200,
|
||||
// dataType: "string",
|
||||
// width: 200,
|
||||
area: "column"
|
||||
}, {
|
||||
caption: "TotalNoOfAdmissions",
|
||||
dataField: "TotalNoOfAdmissions",
|
||||
dataType: "number",
|
||||
summaryType: "sum",
|
||||
width: 100,
|
||||
// width: 100,
|
||||
area: "data"
|
||||
}],
|
||||
store: $scope.adBatchfilter
|
||||
|
||||
@ -136,9 +136,10 @@
|
||||
</center>
|
||||
</div>
|
||||
<!-- <div id="dxPivotGrid" dx-pivot-grid="adBatchgrid" ng-if="adb==false"></div> -->
|
||||
<div id="dxPivotGrid" dx-pivot-grid="adBatchgrid" ng-if="adb==false && fbselect==false"></div>
|
||||
<div class="table-responsive">
|
||||
<div dx-pivot-grid="adBatchgrid" ng-if="adb==false && fbselect==false"></div>
|
||||
<div dx-pivot-grid="adBatchgrid1" ng-if="fbselect==true"></div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user