Remove Column Grayed Out

Tags: #<Tag:0x00007f8b1d635790>

I had the similar issues like in

https://forum.handsontable.com/t/removecolumn-grayed-out-in-context-menu/1004/5

since this is closed , i had to reopen.

I am using defined column name and tried to implement remove_col., But it seems greyed out. I am using handsontable 8.2 .

var data = fixJsonQuote(responseData.data);
var columns = fixJsonQuote(responseData.columns);

        //dataSchema = getDefaultHandsonValue(columns);

        var settings = {
            data: data,
            colHeaders: true,
            rowHeaders: true,
            //stretchH: 'all',
            columnSorting: false,
            //search: true,
            fixedRowsTop: 0,
            fixedColumnsLeft: 1,
            contextMenu: contextMenu,
            columns: columns,
            minSpareRows: 0,
            manualColumnResize: true,
            //manualColumnMove: true,
            afterLoadData: function () {
                SGloadingRemove();
            },
            allowRemoveColumn: true

}

This is urgent, can you help me on this

Can I have the sourcecode, so that it can be useful

Hi @kamatya

Here’s a demo with some comments http://jsfiddle.net/92scvxpL/2/
Let me know if it is helpful.

Hi @kamatya

I’m just checking if my demo was helpful. If you need anything more than that feel free to send me an email at support@handsontable.com