I've created the following Plunkr:
https://plnkr.co/edit/UX7qeeul5SfWXtV9rYcf?p=preview
and have added the following code:
statusBar: {
statusPanels: [
{ statusPanel: 'agFilteredRowCountComponent' },
{ statusPanel: 'agSelectedRowCountComponent' },
{ statusPanel: 'agAggregationComponent' }
]
},
from:
https://www.ag-grid.com/javascript-grid-status-bar/#example-status-bar-simple
However, I am not getting status bars.
Are they supported in the server side model?