Skip to content

Instantly share code, notes, and snippets.

@tararoutray
Last active May 29, 2023 01:10
Show Gist options
  • Save tararoutray/9cb91f06588075efe53437bab0c84172 to your computer and use it in GitHub Desktop.
Save tararoutray/9cb91f06588075efe53437bab0c84172 to your computer and use it in GitHub Desktop.
<div style="width: 100%; height: 500px;">
<ag-grid-angular
style="width: 100%; height: 100%;"
class="ag-theme-balham"
[rowData]="rowData"
[columnDefs]="columnDefs"
[defaultColDef]="defaultColDef"
[enableSorting]="true"
[enableFilter]="true"
[pagination]="true"
[paginationPageSize]="10"
></ag-grid-angular>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment