UNPKG

@eclipse-scout/core

Version:
12 lines 558 B
import { Cell, ColumnDescriptor, LookupRow, TableRowModel } from '../../../index'; export declare const lookupField: { /** * Creates a table-row for the given lookup-row. */ createTableRow(lookupRow: LookupRow<any>, multipleColumns?: boolean): TableRowModel; /** * Creates a table cell for a descriptor. If no descriptor is provided, the default lookupRow cell is created. */ createTableCell<T>(lookupRow: LookupRow<T>, desc?: ColumnDescriptor, tableRowData?: object): Cell<T>; }; //# sourceMappingURL=lookupField.d.ts.map