Dash_table DataTable filtering not working with IE

Hello,

I am new to Dash and I am getting familiar with the examples given in the tutorials.
I tried to display a DataTable using dash_table library. I put a filter on the columns using the attribute filter_action=‘native’.
It works on Chrome (I can put data in the boxes to filter columns), but these filters are not editable when I use IE (I tried versions 9 and 11).
Is there a reason for that ? What alternative couls I use to filter columns with IE (my datatable may contain lots of columns) ?

Thank you in advance for your help.

Best regards,
Jean-Luc

Hello jean,
did you find any solution?