removeRowPlugin: true is not working properly

I am not able to use removeRowPlugin. Cant find it in pluginsfolder.
Is it only available in the PRO Version?

My table is really complex to create a demo.

I did not understand the documentation: https://docs.handsontable.com/0.37.0/demo-custom-buttons.html

removeRowPlugin: true in the configuration just doesn`t work

I only found /handsontable/src/plugins/contextMenu/predefinedItems/removeRow.js script which isnt helpful at all

Hi @hercules

if you only need to have an option to delete a row that is selected you can use the alter method.

Here is an example http://jsfiddle.net/ot0wun2q/

That worked thanks a lot

You’re welcome :slight_smile: