Is there a way to automatically select the first row in ag-grid when using it with Angular?
If you're curious, here's some code that may help: https://stackblitz.com/edit/ag-grid-angular-hello-world-xabqct?file=src/app/app.component.ts
I'm looking for a solution where the first row is already selected upon opening the application. Any suggestions?