Closed
Description
Question
I'm replacing an old jquery ignite grid with a new igx one. In the old one, we added a new row at the top of the grid like this:
In the new grid, I'm starting the adding of a new row with the following code:
var row = this.grid.getRowByIndex(0);
row.beginAddRow();
This however seems to add a new row below the first row, which look odd:
How do I add a new row at the top of the grid?
- igniteui-angular version: 10.2