UNPKG

@tourmalinecore/react-table-responsive

Version:

React Table Responsive

3 lines (2 loc) 506 B
import { ServerTableProps } from '../../types/types'; export declare function ServerTable<TData>({ tableId, columns, tcLoading, tcIsStriped, tcOrder, tcRefresh, tcHttpClient, tcCustomDataLoader, tcApiHostUrl, tcDataPath, tcAuthToken, tcRequestMethod, tcRequestData, tcMaxStillMobileBreakpoint, tcRenderMobileTitle, tcPageSizeOptions, tcActions, tcLanguage, tcEnableTableStatePersistence, tcOnPageDataLoaded, tcOnFiltersChange, ...props }: ServerTableProps<TData>): import("react/jsx-runtime").JSX.Element;