@tourmalinecore/react-table-responsive
Version:
React Table Responsive
3 lines (2 loc) • 347 B
TypeScript
import { MobileTableProps } from '../../../types/types';
export declare function MobileTable<TData>({ getRowModel, getFlatHeaders, tcRenderMobileTitle, setColumnFilters, getState, setPageSize, getRowCount, noFooter, tcLoading, setSorting, actions, totalCount, languageStrings, }: MobileTableProps<TData>): import("react/jsx-runtime").JSX.Element;