goobs-frontend
Version:
A comprehensive React-based libary for building modern web applications
8 lines • 736 B
TypeScript
import { TableProps } from '../types';
export declare function getRowId(row: {
id?: string | number;
_id?: string | number;
}): string;
declare function Table({ columns, rows, onRowClick, selectedRowIds, allRowsSelected, someRowsSelected, onHeaderCheckboxChange, onColumnResize, styles, editingCell, editingValue, onCellClick, onCellSave, onCellCancel, onEditingValueChange, isCreatingRow, creationRowData, onCreationFieldChange, onCreateRowSave, onCreateRowCancel, creationRowPosition, onColumnSort, onManageColumns, draggedColumn, onColumnDragStart, onColumnDragOver, onColumnDrop, onColumnDragEnd, permissions, }: TableProps): import("react/jsx-runtime").JSX.Element;
export default Table;
//# sourceMappingURL=index.d.ts.map