Hi, I have a hidden row but I see that dataprocessor doesnt send the info when I update the info in this row.
Thx
DataProcessor sends data only if data in row was changed by user actions. It will not react if data was changed by api call.
You can use
dp.setUpated(row_id,true);
dp.sendData();
to mark row as updated and send it to server side