1. A certain column cannot be dragged
http://ui-grid.info/docs/#/api/ui.grid.class:GridOptions.columnDef
Because I set showGroupPanel: true, you can drag and drop to filter
The api didn't find that attribute and asked me to set a certain column separately and not be draggable.
2. No need for scroll bars
http://ui-grid.info/docs/#/api/ui.grid.class:GridOptions
I see in the api there is enableHorizontalScrollbar enableVerticalScrollbar
Horizontal and vertical scrollbar properties
But I can't understand its annotation. If it's not false, why should I use never?
In fact, you can also make it adaptive.
Use
enableColumnMoving
attributes: Look at my Plunkerhttps://github.com/angular-ui/ui-grid/wiki/Defining-columns
groupable:false uses this attribute