How to retrieve the filtered list of elements of a Datagrid2 in a microflow or a nanoflow
0
Hello all, I need to get the filtered list of objects in a datagrid2 in a microflow or a nanoflow. I know you can try to recreate the list playing with filter saved attributes but it becomes unmanageable when you have a lot of attribute and if the user change the type of filter... When you use the "export in excel" feature, it takes the filtered list so it should be possible to get it but I didn't find how... Do you have an idea? I think I'm not the only one needed this feature... Thanks
asked
Vincent RODRIGUEZ
2 answers
0
The latest version of the Data Widgets module has the option to select all (meaning all, not just the current page). See if that helps you out. Depending on your language settings you may run into errors though.
answered
Martin Koelewijn
0
You could detect if the passed list parameter is empty, or contains no list elements (count = 0) and then just do a retreive action?