
dynamoTable custom widget is designed to help you create dynamic, customizable tables within SAP Analytics Cloud (SAC), enhancing your data presentation and analysis capabilities.
YouTube Video Tutorial
To integrate the dynamoTable widget into your SAP application, follow these simple steps:
Download the Widget:
Click the link above to download the dynamoTable.json file.
Or find on GitHub: https://github.com/SAP-Custom-Widget/dynamoTableAdd to SAC Portal:
Start Using the Widget:
The widget offers a simple method to manage your table data:
Method | Return Type | Description |
setTableData(arrayOfObject) | Selection/Object array | Sets the table data using an array of objects. |
Here’s an example of how to use the setTableData method to populate your table:
var data = [
{
productId: "1",
productName: "Wireless Mouse",
category: "Electronics",
price: "25.99",
quantitySold: "120",
dateOfSale: "2024-05-01"
},
{
productId: "2",
productName: "Bluetooth Headphones",
category: "Electronics",
price: "79.99",
quantitySold: "75",
dateOfSale: "2024-05-02"
}
];
dynamoTable_1.setTableData(data);
The SAC-P Custom Widget: dynamoTable is a powerful tool for creating and customizing tables in SAP Analytics Cloud. By following the simple installation steps, you can enhance your data presentations and streamline your analytics processes. Explore the features of dynamoTable and take your data handling to the next level.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
8 | |
7 | |
7 | |
6 | |
4 | |
4 | |
4 | |
4 | |
4 | |
4 |