mirror of
https://github.com/gosticks/react-table.git
synced 2026-08-12 21:10:24 +00:00
Merge branch 'master' of https://github.com/react-tools/react-table
This commit is contained in:
@@ -44,6 +44,7 @@ export const useExpanded = props => {
|
||||
hooks.row.push(row => {
|
||||
const { path } = row
|
||||
row.toggleExpanded = set => toggleExpandedByPath(path, set)
|
||||
return row;
|
||||
})
|
||||
|
||||
const expandedRows = useMemo(() => {
|
||||
|
||||
Reference in New Issue
Block a user