Solved
Display Datatable in Mashup
Hi there,
How to display a datatable with its values in Mashup? And also how can I edit the values and add/remove the rows also in the datatable?
Hi there,
How to display a datatable with its values in Mashup? And also how can I edit the values and add/remove the rows also in the datatable?
Hello!
DataTable Things have Services to handle the data they contain, for example:
AddDataTableEntries
GetDataTableEntries
UpdateDataTableEntries
DeleteDataTableEntry
You might want to use those snippets as example to create your own Services for your DataTable.
Then you can use a Grid/Grid Advanced widget to display the values from your DataTable (you can use for example the GetDataTableEntries).
I hope that helps!
Vanessa
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.