How to get a source data row for a visually transformed data row?

Tags: #<Tag:0x00007efc61c0bb38>

Hi,

I need some help to understand how I would go about “mapping” source data row to visually transformed data row.

I do understand that getSourceDataAtRow does not participate in data transformation and that getDataAtRow does.

The problem I am experiencing is that getDataAtRow returns the visually transformed object whereas getSoureDataAtRow returns the complete object. The object that I am displaying hides various relational columns which are not important to the user, but they are important to us when we perform a POST.

So, how can I go about “mapping” the “getDataAtRow” object to the “getSourceDataAtRow” object?

Hey @julian.steenkamp

does this http://jsfiddle.net/p9wnz385/ meet your requirements? (change or filter to see the difference).

Hi @aleksandra_budnik ,

The toPhysicalRow function was exactly what I needed.

I guess I need to study the documentation more closely. Haha :sweat_smile:

Thank you so much for your quick response to my question.

Great! I think that we can close this topic.

If you’d need anything else just let me know.