// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`InsightsTable rendering render with Props 1`] = ` <Fragment> <SelectAllAlert clearAllSelection={[Function]} isAllSelected={false} selectAll={[Function]} selectedIds={Object {}} showSelectAllAlert={false} /> <Table aria-label="Recommendations Table" borders={true} canSelectAll={true} canSortFavorites={true} cells={ Array [ Object { "sortKey": "hostname", "title": "Hostname", "transforms": Array [ [Function], [Function], ], }, Object { "sortKey": "title", "title": "Recommendation", "transforms": Array [ [Function], [Function], ], }, Object { "cellTransforms": Array [ [Function], ], "sortKey": "total_risk", "title": "Total Risk", "transforms": Array [ [Function], [Function], ], }, Object { "cellTransforms": Array [ [Function], ], "title": "Playbook", "transforms": Array [ [Function], ], }, ] } className="recommendations-table" contentId="expanded-content" dropdownDirection="down" dropdownPosition="right" expandId="expandable-toggle" gridBreakPoint="grid-md" isStickyHeader={false} isTreeTable={false} onSelect={[Function]} onSort={[Function]} ouiaSafe={true} role="grid" rowLabeledBy="simple-node" rows={Array []} selectVariant="checkbox" sortBy={ Object { "direction": "desc", "index": 3, } } variant={null} > <TableHeader /> <Component /> </Table> <TableEmptyState error={null} status="RESOLVED" /> <Pagination className="" defaultToFullPage={false} firstPage={1} isCompact={false} isDisabled={false} isSticky={false} itemCount={2} itemsEnd={null} itemsStart={null} offset={0} onFirstClick={[Function]} onLastClick={[Function]} onNextClick={[Function]} onPageInput={[Function]} onPerPageSelect={[Function]} onPreviousClick={[Function]} onSetPage={[Function]} ouiaSafe={true} page={1} perPage={5} perPageOptions={ Array [ Object { "title": "5", "value": 5, }, Object { "title": "10", "value": 10, }, Object { "title": "15", "value": 15, }, Object { "title": "20", "value": 20, }, Object { "title": "25", "value": 25, }, Object { "title": "50", "value": 50, }, ] } titles={ Object { "currPage": "Current page", "items": "", "itemsPerPage": "Items per page", "ofWord": "of", "optionsToggle": "Items per page", "page": "", "paginationTitle": "Pagination", "perPageSuffix": "per page", "toFirstPage": "Go to first page", "toLastPage": "Go to last page", "toNextPage": "Go to next page", "toPreviousPage": "Go to previous page", } } toggleTemplate={[Function]} variant="bottom" widgetId="recommendation-pagination" /> </Fragment> `;