I am using Ag grid to render table data, by adding new row I just pinned added row on top using
setPinnedTopRowData([topRowData])
Is