Hey everyone ![]()
We’ve added a new way to control Datagrid rows, plus several improvements and bug fixes.
Check out the details below ![]()
Control Datagrid rows with workflows
You can now control row selection with workflows using the “Execute component action:”
-
Reset filters → clear all active filters and show the full dataset again
-
Reset sort → remove any sorting applied to columns and return to the default order
-
Select all → select all rows currently displayed
-
Deselect all → unselect all rows
-
Select row → use a row ID to select a specific row
-
Deselect row → use a row ID to unselect a single row
Perfect for use cases like:
Automatically selecting all rows that match a user’s search results
Pre-selecting specific rows when the page loads based on user preferences
Deselecting all rows automatically after completing a bulk action

UX improvements and bug fixes
The team continued to improve the experience and fix bugs based on your feedback.
Here is what’s new:
• The Select Input now handles large datasets more efficiently with optimized infinite scroll. Set the “Heavy mode” parameter to true, and you’re good to go.
• The Select Menu now automatically adjusts its opening direction based on the page position. If it’s near the bottom, it will open upward instead of getting cut off.
• The filter flyout now stays fully visible, so you can add multiple filters without it going off-screen.
• We fixed a display issue that occurred when setting very long paths.
• Renaming a workflow from the three-dot menu now works as expected.
That’s all for this release! As always, let us know your feedback ![]()