Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
@ag-grid-enterprise/column-tool-panel
Advanced tools
Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue
@ag-grid-enterprise/column-tool-panel is a feature-rich package that provides advanced column management capabilities for ag-Grid, a popular JavaScript data grid. It allows users to easily show, hide, reorder, and group columns through an intuitive user interface.
Show/Hide Columns
This feature allows users to show or hide columns using the Columns Tool Panel. The code sample demonstrates how to configure the Columns Tool Panel in the ag-Grid.
{"columnDefs":[{"headerName":"Make","field":"make"},{"headerName":"Model","field":"model"},{"headerName":"Price","field":"price"}],"defaultColDef":{"sortable":true,"filter":true},"sideBar":{"toolPanels":[{"id":"columns","labelDefault":"Columns","labelKey":"columns","iconKey":"columns","toolPanel":"agColumnsToolPanel"}],"defaultToolPanel":"columns"}}
Reorder Columns
This feature allows users to reorder columns using the Columns Tool Panel. The code sample shows how to set the initial order of columns in the ag-Grid.
{"columnDefs":[{"headerName":"Make","field":"make"},{"headerName":"Model","field":"model"},{"headerName":"Price","field":"price"}],"defaultColDef":{"sortable":true,"filter":true},"sideBar":{"toolPanels":[{"id":"columns","labelDefault":"Columns","labelKey":"columns","iconKey":"columns","toolPanel":"agColumnsToolPanel"}],"defaultToolPanel":"columns"},"columnOrder":["model","make","price"]}
Group Columns
This feature allows users to group columns using the Columns Tool Panel. The code sample demonstrates how to define column groups in the ag-Grid.
{"columnDefs":[{"headerName":"Group","children":[{"headerName":"Make","field":"make"},{"headerName":"Model","field":"model"}]},{"headerName":"Price","field":"price"}],"defaultColDef":{"sortable":true,"filter":true},"sideBar":{"toolPanels":[{"id":"columns","labelDefault":"Columns","labelKey":"columns","iconKey":"columns","toolPanel":"agColumnsToolPanel"}],"defaultToolPanel":"columns"}}
react-table is a lightweight, fast, and extendable data grid built for React. It provides basic column management features such as sorting, filtering, and resizing, but lacks the advanced column grouping and tool panel capabilities of @ag-grid-enterprise/column-tool-panel.
handsontable is a JavaScript/HTML5 data grid component with a spreadsheet-like interface. It offers a wide range of features including column sorting, filtering, and grouping. However, it does not provide a dedicated tool panel for column management like @ag-grid-enterprise/column-tool-panel.
slickgrid is a JavaScript grid/spreadsheet component that offers high performance and a rich set of features. It supports column reordering, resizing, and grouping, but does not have a built-in tool panel for column management as provided by @ag-grid-enterprise/column-tool-panel.
This project contains AG Grid Enterprise features.
See www.ag-grid.com for an overview and full documentation.
Framework specific Getting Started guides:
Angular | Javascript | React | TypeScript | VueJS
This is not free software, this software is covered by copyright and to use you need a commercial license.
Please see files: LICENSE.md SUPPORT_AND_MAINTENANCE.md
If you are an Enterprise customer (or are evaluating AG Grid Enterprise) and wish to report a Bug or raise a new Feature Request please do so on our Support Portal.
To Sign Up: Send an email to accounts@ag-grid.com with your license key
FAQs
Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue
The npm package @ag-grid-enterprise/column-tool-panel receives a total of 181,662 weekly downloads. As such, @ag-grid-enterprise/column-tool-panel popularity was classified as popular.
We found that @ag-grid-enterprise/column-tool-panel demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.