Skip to content

Disable input fields #770

Closed Answered by chrisvxd
adarsh-modanwal-amla asked this question in Q&A
Discussion options

You must be logged in to vote

Try using the resolveData API on your Column config:

resolveData((data, params) => {
  return {
    ...data,
    readOnly: {
      "columns[*].span": data.props.distribution === "auto"
    }
  }
});

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@adarsh-modanwal-amla
Comment options

@chrisvxd
Comment options

@adarsh-modanwal-amla
Comment options

@adarsh-modanwal-amla
Comment options

@chrisvxd
Comment options

Answer selected by chrisvxd
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