data processor / saving changed data

In the documentation, I can read about DataProcessor:
It listens to component events - data adding, updating … and passes changed data … to the server script in POST request.
But when I update a field in a datatable, the server received all columns in the POST request.
Can we configure the dp to send only the field that has changed?

Hello,

Unfortunately, there’s no possibility to track the changed field - the whole data item object is sent to server. You can only modify this object with Dataprocessor events like onBeforeDataSend.