We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A컬럼의 Select값을 변경하면 A컬럼의 코드 또는 부수 적인 값에 따라 B컬럼의 Options 값이 변경되게 처리하고 싶은데 방법이 있을까요?
ex) A의 options [{code:"a", name: "A", attr:"01"}, {code:"b", name: "B", attr:"01"}, {code:"c", name: "C", attr:"02"}]
A의 선택된 값의 attr이 "01"이면 B의 options는 [{code:"가", name: "가", attr:"01"}, {code:"나", name: "나", attr:"01"}]
A의 선택된 값의 attr이 "02"이면 B의 options는 [{code:"다", name: "다", attr:"02"}, {code:"라", name: "라", attr:"02"}]
처럼 처리하고 싶습니다.
도움을 요청드립니다.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A컬럼의 Select값을 변경하면
A컬럼의 코드 또는 부수 적인 값에 따라
B컬럼의 Options 값이 변경되게 처리하고 싶은데 방법이 있을까요?
ex)
A의 options [{code:"a", name: "A", attr:"01"}, {code:"b", name: "B", attr:"01"}, {code:"c", name: "C", attr:"02"}]
A의 선택된 값의 attr이 "01"이면
B의 options는 [{code:"가", name: "가", attr:"01"}, {code:"나", name: "나", attr:"01"}]
A의 선택된 값의 attr이 "02"이면
B의 options는 [{code:"다", name: "다", attr:"02"}, {code:"라", name: "라", attr:"02"}]
처럼 처리하고 싶습니다.
도움을 요청드립니다.
The text was updated successfully, but these errors were encountered: