[datagrid] Print selected rows by default #10410
Labels
breaking change
component: data grid
This is the name of the generic UI component, not the React module!
feature: Export
v7.x
In #10084 the
getRowsToExport
option was added to print export, but we kept the default behavior (print all rows) for backward compatibility.In order to make the behavior consistent, we need to change the behavior of print export to print selected rows by default.
The text was updated successfully, but these errors were encountered: