@atlaskit/dynamic-table
Version:
A dynamic table displays rows of data with built-in pagination, sorting, and re-ordering functionality.
17 lines (16 loc) • 598 B
JavaScript
/* table-cell.tsx generated by @compiled/babel-plugin v3.0.2 */
import _extends from "@babel/runtime/helpers/extends";
import "./table-cell.compiled.css";
import * as React from 'react';
import { ax, ix } from "@compiled/react/runtime";
import { TableBodyCell } from '../table-cell';
const rankingStyles = null;
// eslint-disable-next-line @repo/internal/react/require-jsdoc
export const RankableTableBodyCell = ({
isRanking,
innerRef,
...props
}) => /*#__PURE__*/React.createElement(TableBodyCell, _extends({}, props, {
innerRef: innerRef,
className: ax([isRanking && "_vchhusvi"])
}));