Data Grid filters

Hi,
It’s possible make the filter options like the picture?

imagen

1 Like

Hi,

There is no built-in functionality, but It’s possible to implement using DataGrid. The DataGrid component can have additional Header and Footer rows. HeaderCell/FooterCell can contain a component. Combining this with the PropertyFilter component, you can implement the required functionality.

Take a look at the DataGrid doc and PropertyFilter doc.

Regards,
Gleb