Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
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?
Solved! Go to Solution.
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
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
Hi Vanessa,
Thank you so much for the update. Really appreciate it. I'm able to display the data in the grid now. My next task is to add a new row and add/edit/update the existing data in the table. How can i perform that? I would be very thankful if you could help me to solve this. Thanks in advance.
Hello!
I think the update I have just entered for this another thread should help you :)
Have a great weekend!
Vanessa