mirror of
https://github.com/gosticks/react-table.git
synced 2025-10-16 11:55:36 +00:00
Update App.js
This commit is contained in:
parent
7eabe4b5cc
commit
b161d6d47b
@ -282,7 +282,15 @@ function Table({ columns, data, updateMyData, skipReset }) {
|
||||
nextPage,
|
||||
previousPage,
|
||||
setPageSize,
|
||||
state: { pageIndex, pageSize, groupBy, expanded, filters, selectedRowIds },
|
||||
state: {
|
||||
pageIndex,
|
||||
pageSize,
|
||||
sortBy,
|
||||
groupBy,
|
||||
expanded,
|
||||
filters,
|
||||
selectedRowIds,
|
||||
},
|
||||
} = useTable(
|
||||
{
|
||||
columns,
|
||||
@ -459,6 +467,7 @@ function Table({ columns, data, updateMyData, skipReset }) {
|
||||
pageCount,
|
||||
canNextPage,
|
||||
canPreviousPage,
|
||||
sortBy,
|
||||
groupBy,
|
||||
expanded: expanded,
|
||||
filters,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user