DataGrid 2 TextFilter

1
Hi Experts, Hope you are doing Good!   I am using data grid 2 and i want to implement 1 text filter in placeholder above columns as shown in attached image. Can you please provide steps to implement same?  
asked
2 answers
1

Hi there,

 

Looks like you’re trying to implement grid wide filtering? This allows you to filter through multiple columns. You can choose which columns to filter over in properties of the data grid. 

Then you can add a text filter widget into the placeholder:

 

If however you want 1 filter for 1 column, you can add this through the properties and use filter widgets:

 

 

Hope this helps,

 

Liam

answered
0

Hello,

Refer to this https://docs.mendix.com/appstore/modules/data-grid-2/#filters
 

Hope it helps!

answered