synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
17 lines • 681 B
TypeScript
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