Multi filter on multiple columns

How can I implement multifilter on multiple columns similar to sharepoint?

Can you post more info? The DataGrid can filter by multiple columns:
https://blazor.radzen.com/datagrid

You can also define complex $filter paramater for every data source method Invoke to create external filtering:


I want to filter by first column , then resulting set by another column and so on

This is how DataGrid filtering works at the moment.