Is it possible to save back cell-data from pivot?

I think the Pivot Table looks VERY promising.

I have a use-case where I need to display data in different tables, and the Pivot table looks super.

I do however also need to be able to click a field and then edit it and save it back.

Is that somehow possible? Or something I could build using some JS without compromising the architecture of the platform?

Thanks!

You may try to use the serialize() method of the pivot’s grid to get its data:
pivot.grid.data.serialize()