Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix readme format typo
  • Loading branch information
hanswang committed Jul 27, 2019
1 parent 1bdc250 commit 8359dd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ The component accepts the following props:
|:--:|:-----|:-----|
|**`columns`**|array|Columns used to describe table. Must be either an array of simple strings or objects describing a column
|**`data`**|array|Data used to describe table. Must be an array containing objects. (Arrays containing just strings or numbers also supported)
|**`isLoading`**|array|Data used to describe table. Must be an array containing objects. (Arrays containing just strings or numbers also supported)
|**`page`**|number||User provided starting page for pagination
|**`count`**|number||User provided override for total number of rows
|**`isLoading`**|boolean|Indicator to specify whether table is in loading status
|**`page`**|number|User provided starting page for pagination
|**`count`**|number|User provided override for total number of rows
|**`options`**|object|Options used to describe table

#### Options:
Expand Down

0 comments on commit 8359dd6

Please sign in to comment.