mui-datatables icon indicating copy to clipboard operation
mui-datatables copied to clipboard

Bad typing on MUIDataTableOptions renderExpandableRow - rowData

Open hajdun opened this issue 1 year ago • 0 comments

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)

  1. Check MUIDataTableOptions type
  2. Check renderExpandableRow
  3. Check rowData param

Your Environment

Tech Version
Material-UI
MUI-datatables
React
browser
etc

hajdun avatar Mar 26 '24 19:03 hajdun