mirror of
https://github.com/gosticks/react-table.git
synced 2026-08-17 07:20:18 +00:00
useSimpleLayout integration
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -26,7 +26,7 @@ export const useRows = props => {
|
||||
const row = {
|
||||
original,
|
||||
index: i,
|
||||
path: [i],
|
||||
path: [i], // used to create a key for each row even if not nested
|
||||
subRows,
|
||||
depth,
|
||||
cells: [{}] // This is a dummy cell
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
export { useTable } from './hooks/useTable'
|
||||
export { useColumns } from './hooks/useColumns'
|
||||
export { useRows } from './hooks/useRows'
|
||||
export { useSimpleLayout } from './hooks/useSimpleLayout'
|
||||
export { useExpanded } from './hooks/useExpanded'
|
||||
export { useFilters } from './hooks/useFilters'
|
||||
export { useGroupBy } from './hooks/useGroupBy'
|
||||
|
||||
Reference in New Issue
Block a user