UNPKG

@atlaskit/dynamic-table

Version:

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

25 lines (24 loc) 850 B
/* table-row.tsx generated by @compiled/babel-plugin v3.0.2 */ import _extends from "@babel/runtime/helpers/extends"; import "./table-row.compiled.css"; import * as React from 'react'; import { ax, ix } from "@compiled/react/runtime"; import { forwardRef } from 'react'; import { TableBodyRow } from '../table-row'; const rankingStyles = null; const rankingItemStyles = null; const draggableStyles = null; // eslint-disable-next-line @repo/internal/react/require-jsdoc export const RankableTableBodyRow = /*#__PURE__*/forwardRef(({ isRanking, isRankingItem, testId, ...props }, ref) => { return /*#__PURE__*/React.createElement(TableBodyRow, _extends({ ref: ref, testId: testId }, props, { className: ax([isRanking && "_1e0c1ule", isRankingItem && "_2rkolb4i _bfhk1bhr _16qs130s", "_12y3e4h9 _mizu1v1w _ra3xnqa1"]) })); });