ag-grid-enterprise icon indicating copy to clipboard operation
ag-grid-enterprise copied to clipboard

Does AG-Grid support multiple Tabs like MS Excel.

Open SWGeekPD opened this issue 6 years ago • 1 comments

@ceolter Can we create Tabs in Ag-Grid like we have in Excel. Do we have this feature in ag-grid enterprise.

I am working on project in which I am displaying excel like reports using ag-grid-enterprise. I have a requirement where I need to display multiple Tabs same as Excel. How can I achieve this in ag-grid.

SWGeekPD avatar Mar 23 '18 05:03 SWGeekPD

Hello, i doubt a datagrid would support such functionality... you are probably better off using one of the many tab libraries out there.. for instance i have an angular one project and use the tabs from here: https://material.angularjs.org/latest/demo/tabs (they are close to an angular 4+ library release as well)

Then in each tab i render a different ag-grid - they can be connected as well i believe as long as you tell these tabs not to destroy.

whittssg avatar Apr 17 '18 02:04 whittssg