From dbc90c2e635b8f75353b404446b519ced651709f Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Mon, 31 Oct 2016 01:55:32 -0600 Subject: [PATCH] Readme updates --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 95d6f48..6f43a50 100644 --- a/README.md +++ b/README.md @@ -144,8 +144,8 @@ Every React-Table instance requires a `columns` prop, which is an array of objec accessor: 'propertyName' or Accessor eg. (row) => row.propertyName, id: 'myProperty', // Conditional - A unique ID is required if the accessor is not a string or if you would like to override the column name used in server-side calls sortable: true, - sort: 'asc' or 'desc', - show: true, + sort: 'asc' or 'desc', // used to determine the column sorting on init + show: true, // can be used to hide a column minWidth: Number // Allows the column to flex above this minimum amount // Cell Options