Skip to content

Commit

Permalink
Examples Refactor + multiSort flag (TanStack#619) (#4)
Browse files Browse the repository at this point in the history
* chore: Update the devDependencies for the linter

* A few HOC examples for react-table.
Not really integrated with the whole codesandbox.io approach.

* Missing dependency - shortid

* Refactor HOCs to /src/hoc
Still have to write the HOCReadme.md (still just a placeholder for now)

* Refactor complete
May need to remove some redundant code

* Text change for the HOC samples

* Introduced a 'multiSort' flag
Defaults to 'true'
A 'false' value will turn multi-sort off.

* refactor: Fix defaultProps.js linter errors

* refactor: Fix lifecycle.js linter errors

* refactor: Fix pagination.js linter errors

* refactor: Fix propTypes.js linter errors

* refactor: Fix utils.js linter errors

* refactor: Fix methods.js linter errors

* refactor: Fix index.js linter errors

* Fix for linter changes + CHANGELOG update
  • Loading branch information
gary-menzel committed Nov 26, 2017
1 parent 0443644 commit 01ca451
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import '../../react-table.css'

import Readme from './stories/Readme.js'
import HOCReadme from './stories/HOCReadme.js'

// import Test from './stories/test.js'

// import Tester from './examples/expander';
Expand All @@ -17,9 +18,7 @@ const stories = [
{ name: 'Readme', component: Readme },
{ name: 'HOC Readme', component: HOCReadme },

// ...exampleStories,

// { name: 'Tester', component: Test },
// { name: 'Tester', component: Tester },
{ name: 'Simple Table', component: CodeSandbox('X6npLXPRW') },
{
name: 'Cell Renderers & Custom Components',
Expand Down

0 comments on commit 01ca451

Please sign in to comment.