mirror of
https://github.com/gosticks/react-table.git
synced 2026-08-12 04:50:20 +00:00
Remove getTableHeaderProps destructured from useTable (#1706)
This commit is contained in:
committed by
Tanner Linsley
parent
1bbc89cedb
commit
5c2b8302c0
@@ -15,7 +15,6 @@ function Table({ columns, data }) {
|
||||
// Use the state and functions returned from useTable to build your UI
|
||||
const {
|
||||
getTableProps,
|
||||
getTableHeaderProps,
|
||||
headerGroups,
|
||||
rows,
|
||||
prepareRow,
|
||||
|
||||
Reference in New Issue
Block a user