Merge branch 'feature/react-query' of https://github.com/abouolia/Bigcapital into feature/item-duplicate

This commit is contained in:
elforjani3
2021-02-10 19:31:50 +02:00
170 changed files with 2835 additions and 4430 deletions

View File

@@ -110,23 +110,29 @@ function ItemsDataTable({
columns={columns}
data={items}
initialState={itemsTableState}
loading={isItemsLoading}
headerLoading={isItemsLoading}
progressBarLoading={isItemsFetching}
noInitialFetch={true}
selectionColumn={true}
spinnerProps={{ size: 30 }}
expandable={false}
sticky={true}
rowClassNames={rowClassNames}
pagination={true}
manualSortBy={true}
manualPagination={true}
pagesCount={pagination.pagesCount}
autoResetSortBy={false}
autoResetPage={true}
TableLoadingRenderer={TableSkeletonRows}
TableHeaderSkeletonRenderer={TableSkeletonHeader}
ContextMenu={ItemsActionMenuList}
onFetchData={handleFetchData}
payload={{