On Data Grid widget, we would like to handle a huge size of data with pagination. This works fine for connection from database but not nice for Microflow. This is because it consumes a lot of memory with a huge data from Microflow.
Is there any solution to suppress memory on Data Grid widget without accessing database?