Inputmode for filter

Hi,
I need to change the inputmode for filter in datatable. i use f.e. attributes:{“inputmode”:“numeric”} for a normal text.ui, but it don’t works for datatable-header.
do you have a solution for me
thx
roman

Hello ObiWanKenobi

To change the input mode for filter in datatable, you can write a custom filter based on textFilter and rewrite the render method where you can add attributes you want.
Please check the exmaple: Code Snippet

Or you can use numberFilter.