mirror of
https://github.com/gosticks/react-table.git
synced 2026-07-01 10:00:03 +00:00
Merge branch 'master' of https://github.com/react-tools/react-table
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
import * as utils from './utils';
|
||||
export { utils };
|
||||
export { useTable } from './hooks/useTable'
|
||||
export { useColumns } from './hooks/useColumns'
|
||||
export { useRows } from './hooks/useRows'
|
||||
export { useTableState } from './hooks/useTableState'
|
||||
export { useTableState, defaultState } from './hooks/useTableState'
|
||||
export { useExpanded } from './plugin-hooks/useExpanded'
|
||||
export { useFilters } from './plugin-hooks/useFilters'
|
||||
export { useGroupBy } from './plugin-hooks/useGroupBy'
|
||||
@@ -9,4 +11,4 @@ export { useSortBy } from './plugin-hooks/useSortBy'
|
||||
export { usePagination } from './plugin-hooks/usePagination'
|
||||
export { useFlexLayout } from './plugin-hooks/useFlexLayout'
|
||||
export { useTokenPagination } from './plugin-hooks/useTokenPagination'
|
||||
export { actions } from './actions'
|
||||
export { actions, addActions } from './actions'
|
||||
|
||||
Reference in New Issue
Block a user