From 15437ef4473ec87bcbcaaf262bfdb338fd21551d Mon Sep 17 00:00:00 2001 From: Enrique Prado Date: Wed, 16 Oct 2024 14:59:25 -0700 Subject: [PATCH] making rows selectable --- src/pages/Workflows.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/Workflows.tsx b/src/pages/Workflows.tsx index 9cccae6..ca3b79b 100644 --- a/src/pages/Workflows.tsx +++ b/src/pages/Workflows.tsx @@ -36,6 +36,7 @@ const WorkflowsPage = () => {
{ { Header: "Created At", accessor: "CreationDate" }, { Header: "Created By", accessor: "CreatedBy" }, ]} - itemsPerPageOptions={[5, 10, 20]} + itemsPerPageOptions={[5, 10, 20, 1000]} allowToggleColumnVisibility handleRefresh={() => { console.log("Handle your refresh logic here");