Socket
Socket
Sign inDemoInstall

@ag-grid-enterprise/column-tool-panel

Package Overview
Dependencies
Maintainers
3
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ag-grid-enterprise/column-tool-panel

Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue


Version published
Weekly downloads
163K
increased by4.4%
Maintainers
3
Weekly downloads
 
Created

What is @ag-grid-enterprise/column-tool-panel?

@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.

What are @ag-grid-enterprise/column-tool-panel's main functionalities?

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"}}

Other packages similar to @ag-grid-enterprise/column-tool-panel

Keywords

FAQs

Package last updated on 18 Jul 2023

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc