Skip to content
Discussion options

You must be logged in to vote

There is a way to customize specific display columns with the displayColumnDefOptions prop.

Docs here: https://www.material-react-table.com/docs/guides/display-columns

Pretty much want something like this

<MaterialReactTable
  //...
  displayColumnDefOptions={{
    'mrt-row-select': {
      size: 60,
      //...
    }
  }}
/>

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by viktorelo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants