fantastic-smart-gem
Version:
Fantastic smart gem
9 lines • 316 B
TypeScript
/// <reference types="types" />
import SmartTable from "sap/ui/comp/smarttable/SmartTable";
export declare function buildMeATable(config: {
entitySet: string;
initiallyVisibleFields: string;
requestAtLeastFields: string;
enableAutoBinding: boolean;
}): SmartTable;
//# sourceMappingURL=index.d.ts.map