Issue: how to remove selected row in a handsontable using pop method in jquery

Hey @chethanbv.10

we have API for removing rows. You can use alter method https://handsontable.com/docs/6.2.2/Core.html#alter

i don’t want to use alterrow

Is there any particular reason why you do not want to use it? It is quick and officially supported.
Alter (as shown in the link I gave you) can delete or add rows and columns at any given index.

i have a requirement like sometimes i need to push data and sometimes i need to remove data for that purpose i had written a method outside of handsontable function i can use alter only inside handsontable function not outside of it so

As you did not attach any code I can only propose to attach the later method once your custom method is called. As it does not change anything in non-handsontable elements you should not have any difficulties to manipulate the data.