19231: Add smaller page sizes (10 and 20 items) to load faster
[arvados-workbench2.git] / src / store / data-explorer / data-explorer-reducer.ts
index f67cccdcd48dc9eaea220c835149549d6dc871f6..1e5cd88fa1299c2eea4f42fed52ad46a4c8445e3 100644 (file)
@@ -32,7 +32,7 @@ export const initialDataExplorer: DataExplorer = {
     itemsAvailable: 0,
     page: 0,
     rowsPerPage: 50,
-    rowsPerPageOptions: [50, 100, 200, 500],
+    rowsPerPageOptions: [10, 20, 50, 100, 200, 500],
     searchValue: "",
     requestState: DataTableRequestState.IDLE
 };