Hi,
I am using handsontable 7.1.0 version. IN my typescript, i have declared hottable settings as below.
this.hotPortfolioGrid.settings = {
rowHeaders: true,
autoRowSize: false,
height: this.excelTableHeight,
stretchH: "all",
outsideClickDeselects: true,
contextMenu: ['undo', 'redo', 'alignment', 'cut', 'copy', 'freeze_column', 'unfreeze_column'],
className: 'htleft htMiddle handsontable',
mergeCells: mergeCells,
renderAllRows: true,
dropdownMenu: ['filter_by_condition', 'filter_action_bar'],
filters: true,
colWidths: this.portfolioColWidths
};
but i am not able to get the filter option in my grid. Can anyone please help me out to resolve this issue??