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}>
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