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
Is your feature request related to a problem? Please describe.
I want to embed drag and copy feature in ra data grid. But I cannot access data grid's innerText because DataGrid, DataGridBody does not forward ref to inner material-ui element.
Describe the solution you'd like
Add React.forwardRef to Datagrid.tsx, DatagridBody.tsx, DatagridCell.tsx.
Describe alternatives you've considered
Add drag and copy feature to react-admin data grid.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I want to embed drag and copy feature in ra data grid. But I cannot access data grid's
innerText
becauseDataGrid
,DataGridBody
does not forwardref
to inner material-ui element.Describe the solution you'd like
Add
React.forwardRef
toDatagrid.tsx
,DatagridBody.tsx
,DatagridCell.tsx
.Describe alternatives you've considered
Add drag and copy feature to react-admin data grid.
The text was updated successfully, but these errors were encountered: