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
Bad typing on MUIDataTableOptions renderExpandableRow - rowData param
rowData is NOT a string array, it is an object similar to React.Component<{text: string}>
Expected Behavior
rowData is NOT a string array, it is an object like React.Component<{text: string}>
Current Behavior
rowData is set to a string array
Steps to Reproduce (for bugs)
Check MUIDataTableOptions type
Check renderExpandableRow
Check rowData param
Your Environment
Tech
Version
Material-UI
MUI-datatables
React
browser
etc
The text was updated successfully, but these errors were encountered:
Bad typing on MUIDataTableOptions renderExpandableRow - rowData param
rowData is NOT a string array, it is an object similar to React.Component<{text: string}>
Expected Behavior
rowData is NOT a string array, it is an object like React.Component<{text: string}>
Current Behavior
rowData is set to a string array
Steps to Reproduce (for bugs)
Your Environment
The text was updated successfully, but these errors were encountered: