You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
Maintainers
0
Versions
67
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
155K
decreased by-2.99%
Maintainers
0
Created
Weekly downloads
 

Package description

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

Readme

Source

AG Grid Enterprise

This project contains AG Grid Enterprise features.

See www.ag-grid.com for an overview and full documentation.

Frameworks Supported

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

Issue Reporting

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

Keywords

FAQs

Package last updated on 13 Jul 2024

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc