How to save data grid 2 column configuration for different users?

0
Trying to save the column configuration made by user so that the same column configuration will be available next time the user lands on the same page. Example: There are many columns, we filter only 3 fields: Employee Name, ID, Designation, Next time user land on same page, he should be able to see only those 3 fields which he had filtered previously. Not all the default columns available.     Is this the right approach? Microflow is called "On Change" of Column grids of datagrid2.  This MF isn't working. Could someone suggest a better approach?
asked
3 answers
1

You should assign an object's attribute to the DataGrid2's property 'Personalisation'. In that attribute the user's choices will get stored in a json-string, so make sure the attribute has unlimited length.

answered
1

Rachana,

On this page in the documentation, https://docs.mendix.com/appstore/modules/data-grid-2/ you will find sections about how to save the search terms entered (sections 7.1.1, 7.2.1, etc.) and a section on how to save the overall configuration of Datagrid 2 (section 9).

Hope that helps,

Mike

answered
1

Hi Rachana,

I made a video to walk through how to do this:  https://www.youtube.com/watch?v=ZZDb19OycZ0

Hope that helps you,

Mike

answered