Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: table-library/react-table-library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: table-library/react-table-library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feat/grid-instead-of-flex
Choose a head ref
  • 17 commits
  • 119 files changed
  • 1 contributor

Commits on Jun 23, 2022

  1. feat(*): use grid instead of flexbox

    - less internal styling (padding, margin, etc.)
    - new Virtualized component for opt-in virtualization
    - table elements instead of div elements
            - [ ] make it adjustable
    - layout via grid-template-columns instead of width/min-width
    - hide: hideKey: string became hide: boolean
    - layout={{ fixedHeader: true }}
    - layout={{ resizedLayout: string }}
    - layout={{ onLayoutChange: (gridTemplateColumns: string) => void }}
    
    BREAKING CHANGE:
    rwieruch committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    33e48d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60cc37e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ba15e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. Configuration menu
    Copy the full SHA
    4c55dcd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a40f598 View commit details
    Browse the repository at this point in the history
  3. fix(useResize): when window is small, and there is stiff and % column…

    …s, and window gets bigger, the stiff column does not take all space and there is whitespace
    rwieruch committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    46db864 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b27ca0e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15368d6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3c4b310 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2022

  1. wip

    rwieruch committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    922c635 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddc595a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9158bc4 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Configuration menu
    Copy the full SHA
    ed4825d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c4345b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c0012f View commit details
    Browse the repository at this point in the history
  4. test(Taliwind): add story

    rwieruch committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    3f90e04 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Configuration menu
    Copy the full SHA
    ece2625 View commit details
    Browse the repository at this point in the history
Loading