- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2021 10:16 AM
While working service portal which is build with the help of AG grid Angular Provider. All the data is displaying in the form of Grid. I want to edit the data from the grid itself - should be able to edit and save the data from the list view of Service portal grid only without opening the form. Any suggestions?
Solved! Go to Solution.
- Labels:
-
Now Platform App Engine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2021 12:03 PM
I'd check out AG Grid's documentation:https://www.ag-grid.com/javascript-grid/cell-editing/ and in the callback maybe call the server script to update the actual record on your SNOW table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2021 12:03 PM
I'd check out AG Grid's documentation:https://www.ag-grid.com/javascript-grid/cell-editing/ and in the callback maybe call the server script to update the actual record on your SNOW table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2021 07:02 AM
Thanks it was helpful