-
Notifications
You must be signed in to change notification settings - Fork 156
Closed
Labels
🧰 feature-request✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.Applies to issues that have pending PRs resolving them, or PRs that have already merged.grid: row-adding
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
Metadata
Metadata
Assignees
Labels
🧰 feature-request✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.Applies to issues that have pending PRs resolving them, or PRs that have already merged.grid: row-adding