안녕하세요.
columns의 filterOptions과 updateOptons를 동시에 사용했을 경우, 데이터 수정 시 알 수 없는 dropdown이 나타납니다. (스크린샷 참고)
혹시 두 설정은 함께 사용할 수 없는 것일까요?
columns:
memo:
label: 비고
filterOptions:
enabled: true
updateOptions:
type: query
resource: ...
sql: >
UPDATE user
SET memo = :value
WHERE id = :id
params:
- key: email