When is the table.data object filled with data?

When is the table.data object filled with data?

GoloviorGolovior Posts: 10Questions: 3Answers: 0

I collect data from the server via an ajax call. When i print the returned data via the xhr.dt event, i see the right data has been given, but it is not parsed into table.data until much later. Is there a way i can connect to an event after the data has been parsed into table.data?

This discussion has been closed.