I'm trying to pin a couple of column groups on the right of a table, but the horizontal scrollbar still works on all the columns.
Here is the columns definition:
this.cols = [{
headerName : "Security Info",
marryChildren : true,
children : [
//columns
]},
{
headerName : "Best",
marryChildren : true,
pinned: 'right',
children : [
//columns
]
}, {
headerName : "My Order",
marryChildren : true,
pinned:'right',
children : [
//columns
]
} ];;