-
Notifications
You must be signed in to change notification settings - Fork 398
New issue
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
feat: custom header by passing html element #1955
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
리뷰 완료합니다.
Dictionary, | ||
OptCellEditor, | ||
OptCellRenderer, | ||
OptColumn, | ||
OptColumnHeaderInfo, | ||
OptComplexColumnInfo, | ||
Dictionary, | ||
OptFilter, | ||
OptRowHeader, | ||
OptRowHeaderColumn, | ||
OptTree, | ||
} from '@t/options'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P5: grid의 eslint에는 sort-imports 규칙이 없는데 import가 파일마다 변경되어 있네요. 개인 설정에 이 규칙이 적용되어 있는건지 확인 부탁드려요.
원래 sort-imports 규칙이 없다보니 다른 파일도 전부 import가 정렬되어 있지 않아서 확인하는 파일마다 전부 변경사항이 생길텐데, 사실 이건 PR과 무관한 변경사항이라서요. 만약 sort-imports를 적용하는게 좋을 것 같다면 PR 새로 만들어서 한번에 전부 변경하도록 하면 좋을 것 같습니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
intellij에 설정되어 있어서 변경되었나 보네요... 이건 추후에 한번에 변경하도록 하겠습니다 ㅎㅎ
Please check if the PR fulfills these requirements
fix #xxx[,#xxx]
, where "xxx" is the issue number)Description
To-Be
Thank you for your contribution to TOAST UI product. 🎉 😘 ✨