UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

17 lines 681 B
import { SynapseTableConfiguration } from '../SynapseTable'; import { CardConfiguration } from '../CardContainer/CardConfiguration'; export type RowSetViewProps = { tableConfiguration?: SynapseTableConfiguration; cardConfiguration?: CardConfiguration; initialLimit?: number; hideDownload?: boolean; multiCardList?: boolean; }; /** * Renders a table or cards representing the RowSet. Also displays appropriate pagination controls * depending on the value of QueryContext.isInfinite. * @param props * @constructor */ export declare function RowSetView(props: RowSetViewProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=RowSetView.d.ts.map