I have the following plunkr: https://plnkr.co/edit/xtPbAztpG14bleAF9bgy?p=preview
var gridOptions = {
defaultColDef: {
// allow every column to be aggregated
enableValue: false,
// allow every column to be grouped
enableRowGroup: true,
// allow every column to be pivoted
enablePivot: false
},
sideBar: 'columns',
which let's me have a columns sidebar with options to edit pivot, grouping and values. However I'd like to only allow grouping for now and ideally show it above the table and not on the side. How would I go about doing that with the new Toolbar in AG grid?
Docs here: https://www.ag-grid.com/javascript-grid-tool-panel/
Ideally it should be like the Drag here to set row groups drop zone in this example: https://www.ag-grid.com/example.php#/