Remove remove_col not working

Hello,
I’m using the following configuration in my dataset table:

contextMenu: ['copy', 'remove_col', 'remove_row'].

When I right-click and select Copy, it works correctly, and Remove Row also functions as expected. However, Remove Column does not work at all—it appears to be inactive or frozen.

I think the issue with columns type because once I set up columns to false it work fine but I need the column type to be set so I can filter regarding number, date, text

Do you have any suggestions or recommendations on how to resolve this issue?

Hi @ykifahh

This option isn’t available if the data is set as the array of objects. Can you please share your implementation in a code demo so we can check it and propose a solution?

can you please fix this code so I can delete column

@ykifahh

Here’s the solution how to remove the columns with array of objects as a data: Create a Handsontable spreadsheet with data, filters, and context menu options. - JSFiddle - Code Playground

Thank you :slight_smile: