UNPKG

table-reuse

Version:

A reusable table built on top of Antd ProTable

3 lines (2 loc) 564 B
import type { TRecord, TTableProps } from "../../dataTypes"; export declare function SearchableTable<TItem extends TRecord, TFilterShape extends TRecord = TRecord, TTabFilterShape extends TRecord = TRecord, TApiVariableShape extends TRecord = TRecord>({ columns, onList, tableId, tableTitle, pageActions, buildRowActions, searchConfig, filters, tabs, defaultTabKey, buildApiPayload, rowKey, pullInterval, maxVisibleRowActions, reloadOnDataChange, }: TTableProps<TItem, TFilterShape, TTabFilterShape, TApiVariableShape>): import("react/jsx-runtime").JSX.Element;