In my app I have a table of Action Items which is connected to a table of Updates, each action item can have multiple updates. Updates have a. created timestamp.
What is the best way to only show the most recent update in a grid view of action items.
CSS works to hide the older ones but they are still present in an export. Seems like it should be simple but I’m struggling with this one. Any other ideas?