Skip to content

Commit

Permalink
Fix frozen-columns example url (#1355)
Browse files Browse the repository at this point in the history
  • Loading branch information
amanmahajan7 authored Oct 31, 2018
1 parent faa8811 commit 3ba9d06
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ const exampleDescription = <p>To make a given column locked, set <code>column.lo

module.exports = exampleWrapper({
WrappedComponent: Example,
exampleName: 'locked Columns Example',
exampleName: 'Frozen Columns Example',
exampleDescription,
examplePath: './scripts/example03-locked-cols.js',
examplePath: './scripts/example03-frozen-cols.js',
examplePlaygroundLink: 'https://jsfiddle.net/k7tfnw1n/5/'
});

0 comments on commit 3ba9d06

Please sign in to comment.