I am using Material module with angular 8.
How to define filters for each column depending on Datatype. if datatype is numeric then mat-menu should show 'greater than','lessthan',' between'
and if datatype is string then it should show 'Starts With', 'Ends With', 'Contains'
Please provide some links or any code snippets.