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: TanStack/table
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: larrybotha/react-table
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 0 files changed
  • 1 contributor

Commits on Jul 26, 2019

  1. Merge remote-tracking branch 'upstream/master'

    * upstream/master: (48 commits)
      Update README.md
      Use useEffect in dev, not layoutEffect
      Rename getHeaderRowProps to getHeaderGroupProps
      Fix immutability issue with pagination and sortBy
      Satisfy exhuastive-deps in useTableState
      Fix renderer functions for blank headers
      Add defaultColumn option
      Update README.md
      Update rendering API and column/header model
      Fix useTableState setState memoization
      Fix action type detection
      Change actions and addActions to be simpler to use
      Add sortBy example
      Refactor sortBy logic
      Fix type action forcing
      Export utils to create custom hooks (#1403)
      Fix usePagination to work during SSR
      Force action types in state reducer
      Move useColumns and useRows into useTable (but allow overrides)
      Update README.md
      ...
    Larry Botha committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    049d064 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master'

    * upstream/master:
      docs(package.json): add commitizen dep, config, and npm script (#1408)
    Larry Botha committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    9a92e7b View commit details
    Browse the repository at this point in the history
Loading