creating a single filter for multiple data grids

0
I have an entity with about 40 columns.   I have 3 separate data grids on the same page.   each of the 3 data grids is pointing to the same exact entity.   While the entity has a few thousand rows, the data grids grids are only showing 1 row.    I am trying to create 1 filter that will be able to filter all 3 separate data grids at the same time.   the attribute I want to filter is a string.   it is a unique value with no duplicates, it is the key that will allow me to give row level detail on that unique identifier.   ideally, I can have 1 filter at the top of the 3 data grids that would filter the 3 data grids.   all of the data is in the same entity, and I do not need to do any calculation on any of the attributes.   I just need to pull in the row level details as is  
asked
2 answers
2

Hi Timothy,

You can visit my blog, there I have explained how to build a custom filter,

https://medium.com/mendix/create-your-own-way-of-filter-by-npe-non-persistant-entity-and-microflow-4ffd11e52fb0

 

You can use this approach to get your requirement achieved,

Hope it helps!

Let me know, if you have any issues

answered
0

Hi, 

try using below  widgets

 https://marketplace.mendix.com/link/component/115019

https://marketplace.mendix.com/link/component/121308

https://marketplace.mendix.com/link/component/49364

 

Else you will have to build a custom filter with the help of a NPE. 

 

 

answered