BIG-355: remove expandable in item categories.

This commit is contained in:
elforjani13
2022-03-30 16:28:42 +02:00
parent 373a695c4c
commit 30b17d697f

View File

@@ -50,7 +50,7 @@ function ItemsCategoryTable({
loading={isCategoriesLoading}
headerLoading={isCategoriesLoading}
progressBarLoading={isCategoriesFetching}
expandable={true}
// expandable={false}
sticky={true}
selectionColumn={true}
TableLoadingRenderer={TableSkeletonRows}