mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
feat: fix items list datatable.
This commit is contained in:
@@ -75,6 +75,8 @@ export default function DataTable(props) {
|
||||
TableWrapperRenderer,
|
||||
TableTBodyRenderer,
|
||||
TablePaginationRenderer,
|
||||
|
||||
...restProps
|
||||
} = props;
|
||||
|
||||
const selectionColumnObj = {
|
||||
@@ -117,6 +119,8 @@ export default function DataTable(props) {
|
||||
autoResetSortBy,
|
||||
autoResetFilters,
|
||||
autoResetRowState,
|
||||
|
||||
...restProps
|
||||
},
|
||||
useSortBy,
|
||||
useExpanded,
|
||||
|
||||
Reference in New Issue
Block a user