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