
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
ag-grid-plus-workspace
Advanced tools
An ag-grid based package providing extra features built on top of ag-grid community edition to unlock some paid enterprise features
An ag-grid based package providing extra features built on top of ag-grid community edition to unlock some paid enterprise features
$ npm install --save ag-grid-plus ag-grid-community ag-grid-angular
<ag-grid-plus
[deltaRows]="deltaRowData"
[columnDefs]="columnDefs"
[class]="'ag-theme-quartz'"
(getRows)="getRowsAsync($event)"
(sortChanged)="onSortChanged($event)"
(onGridReady)="onGridReady($event)"
>
</ag-grid-plus>
import { AgGridPlusComponent } from 'ag-grid-plus';
import 'ag-grid-community/styles//ag-grid.css';
import 'ag-grid-community/styles//ag-theme-quartz.css';
Input parameter | Info |
---|---|
colDef | https://www.ag-grid.com/angular-data-grid/column-definitions/ |
rowHeight | Default row height in pixels. |
deltaRows | Paginated data to append in the ag-grid |
rowBuffer | The number of rows rendered outside the viewable area the grid renders. Having a buffer means the grid will have rows ready to show as the user slowly scrolls vertically. (Default: 10) |
limit | Pagination size (Default: 100 ) |
hasReachedEndOfData | Boolean input to inform the component to not request for further data as we have reached the end |
clazz | Ag grid theme to be used |
@Output parameter | Info |
---|---|
getRows | Emits when user scrolls to the bottom and hence grid requests for more data |
sortChanged | Emits when user clicks on any sortable header. Returns SortModelItem object |
onGridReady | Emits when grid becomes ready. Returns GridApi object |
Feel free to ask any questions using Github [Issues] (https://github.com/LakhveerChahal/ag-grid-plus-workspace/issues)
https://github.com/LakhveerChahal/ag-grid-plus-workspace/issues
FAQs
An ag-grid based package providing extra features built on top of ag-grid community edition to unlock some paid enterprise features
The npm package ag-grid-plus-workspace receives a total of 0 weekly downloads. As such, ag-grid-plus-workspace popularity was classified as not popular.
We found that ag-grid-plus-workspace demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.