Skip to content
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

그리드 헤더 셀에 커스텀 클래스명 추가 #2077

Open
my970524 opened this issue Oct 25, 2024 · 0 comments
Open

그리드 헤더 셀에 커스텀 클래스명 추가 #2077

my970524 opened this issue Oct 25, 2024 · 0 comments
Labels

Comments

@my970524
Copy link

Summary
그리드 헤더에 해당하는 셀들에 커스텀 클래스명을 추가하고 싶은데 방법이 있나요?

    columns: [
        {
            header: "작성일",
            name: "created_at",
            className: "custom",
        },

위 옵션은 해당 컬럼의 데이터 셀들에 클래스명이 추가됩니다.

Screenshots
If applicable, add screenshots to help explain your question.
image

Version
Write the version of the grid you are currently using.

Additional context
Add any other context about the problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants
@my970524 and others