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

[Dony] Table 컴포넌트 구현 #78

Closed
wants to merge 6 commits into from
Closed

[Dony] Table 컴포넌트 구현 #78

wants to merge 6 commits into from

Commits on Nov 1, 2022

  1. ✨ add Table component.

    jindonyy committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    aa224c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7fc404 View commit details
    Browse the repository at this point in the history
  3. ♻️ refact th, td component.

    remove code to devide child type.
    jindonyy committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    18bab66 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ebd6ccd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d08b98a View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. ♻️ reflect the contents of the PR(#78).

    - add offscreen style constant.
    - cellWidth -> columnsWidth
    - px -> rem
    - change Table children component naming
    - remove children type in TableProps
    jindonyy committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    2883113 View commit details
    Browse the repository at this point in the history