You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to support Clone for the Grid type when the stored elements support Clone. Currently I'm using a custom function to do this which just copies the rows and creates a new grid with from_rows, but it would be more convenient to allow other types to derive Clone if the Grid type supported it.
The text was updated successfully, but these errors were encountered:
It would be useful to support
Clone
for theGrid
type when the stored elements supportClone
. Currently I'm using a custom function to do this which just copies the rows and creates a new grid withfrom_rows
, but it would be more convenient to allow other types to deriveClone
if theGrid
type supported it.The text was updated successfully, but these errors were encountered: