* fix missing defaultSorted props for default sort sample
* implement customized classes for sorted header
* [test] test for sorted header classes
* implement customized style for sorted header
* [test] test for sorted header style
* update document
* add missing props check and fix typo
* seperate sorting style and header into two props
* [test] add test case if column.headerStyle and column.headerClasses were defined
* implement customized header style and classes in column level
* [test] test for customized header style and classes in column level
* [DOC] document for customized classes and styles
* sample for customized classes and styles
* typo fix for document
* tuning the wording for test and documents
* implement row seleciton style and class
* add testing for row selection style and class
* refine select row test
* add stories for row selection style and class
* add docs for row selection style and class
* patch for wrong docs
* implement cell editor style/class
* add stories for custom cell editor style and class
* patch testing for cell editor style and class
* patch docs for cell editor style and class
* beautify code block with google-code-prettify
* prettyPrint when componentDidMount
* css style for code block
* skip rule 'no-unresolved' for eslint
* conflict with webpack resolve path
* refactor all code block in example folder with component <Code />
* refactor scss folder structure
* specify the responsibility for each stylesheet with file name
* load local color themes, tomorrow, for google code prettify
* re-select demo color and save into variable
* unify the color system for storybook
* wrapper components with Decorators to set component margin
* add sticker github-corners at welcome page
* refactor welcome page for storybook
* refactor scss code structure
* add type.js to animate sub title
* storybook environment setup
* customized loader
* add basic example of BasicTable
* add script to bootstrap storybook
* import bootstrap css for storybook
* update webpack.config for adding loader for font and css
* add sass loader and allow to customize css for storybook
* uncheck lint for react-bootstrap-table-example
* package example has its own lint check
* run yarn in each package when boostrapping lerna
* add peerDependencies for package example