we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
showing results for - "ag grid angular examples"
Émilie
22 May 2019
1
2  <ag-grid-angular #agGrid style="width: 100%; height: 100%;" id="grid-table" class="ag-theme-alpine"
3    [sideBar]="{ toolPanels: ['columns', 'filters'] }" [columnDefs]="columnDefs" [defaultColDef]="defaultColDef"
4    [enableRangeSelection]="true" [enableCharts]="true" [localeText]="arbiclang" [rowGroupPanelShow]="'always'"
5    [rowData]="rowData" (gridReady)="onGridReady($event)"></ag-grid-angular>