mirror of
https://github.com/gosticks/react-table.git
synced 2026-08-11 12:30:17 +00:00
fix property name (#290)
This commit is contained in:
committed by
Tanner Linsley
parent
e1a46fb77e
commit
f61b19cb8a
@@ -730,7 +730,7 @@ Here are the props and their corresponding callbacks that control the state of t
|
||||
// Props
|
||||
page={0} // the index of the page you wish to display
|
||||
pageSize={20} // the number of rows per page to be displayed
|
||||
sorting={[{ // the sorting model for the table
|
||||
sorted={[{ // the sorting model for the table
|
||||
id: 'lastName',
|
||||
desc: true
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user