đź’ˇ Control Datagrid Rows with Workflows

Hey everyone :waving_hand:

We’ve added a new way to control Datagrid rows, plus several improvements and bug fixes.

Check out the details below :backhand_index_pointing_down:

:high_voltage: 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:

:white_check_mark: Automatically selecting all rows that match a user’s search results

:white_check_mark: Pre-selecting specific rows when the page loads based on user preferences

:white_check_mark: Deselecting all rows automatically after completing a bulk action

Datagrid

:hammer_and_pick: 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 :slightly_smiling_face:

5 Likes

:clap:

I’ve been reluctant to use the datagrid. stayed with Tables. Should I revisit that @Tamara ?

3 Likes

Hey Emeric :waving_hand:

Definitely worth checking out, the Datagrid has improved a lot lately! Take a look and see which one works best for your project :slightly_smiling_face:

1 Like