UNPKG

@atlaskit/dynamic-table

Version:

A dynamic table displays rows of data with built-in pagination, sorting, and re-ordering functionality.

12 lines (11 loc) 485 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import withSortedPageRows from '../../hoc/with-sorted-page-rows'; import { RankableBody } from './rankable-body'; // eslint-disable-next-line import/no-anonymous-default-export const _default_1 = withSortedPageRows( /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(RankableBody, _extends({}, props, { forwardedRef: ref })); })); export default _default_1;