Filters options is not showing up in the grid

Tags: #<Tag:0x00007f8b265e53b8>

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??

Duplicate of Adding filters in handsontable ? Lets continue there.