X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/33d05327f82870a6cff480b8d01e89ae75b70786..2ba76201944d5ad4ef84aaf16c18f5bbb38a8b89:/src/views-components/data-explorer/data-explorer.tsx diff --git a/src/views-components/data-explorer/data-explorer.tsx b/src/views-components/data-explorer/data-explorer.tsx index 8cddf3ba..8c95355f 100644 --- a/src/views-components/data-explorer/data-explorer.tsx +++ b/src/views-components/data-explorer/data-explorer.tsx @@ -57,6 +57,10 @@ const mapDispatchToProps = () => { dispatch(dataExplorerActions.SET_ROWS_PER_PAGE({ id, rowsPerPage })); }, + onLoadMore: (page: number) => { + dispatch(dataExplorerActions.SET_PAGE({ id, page })); + }, + onRowClick, onRowDoubleClick,