diff --git a/README.md b/README.md index 555216e..8519356 100644 --- a/README.md +++ b/README.md @@ -294,6 +294,8 @@ These are all of the available props (and their default values) for the main ` ({}), // Global Column Defaults + // To override only some values, import { ReactTableDefaults } from 'react-table' + // and construct your overrides (e.g. {...ReactTableDefaults.column, className: 'react-table-cell'}) column: { // Renderers Cell: undefined, @@ -329,6 +331,8 @@ These are all of the available props (and their default values) for the main `