Callback on datatable.parse()

Is there anyway to have a callback for this method? I need to run some additional code when the parsing ends and it breaks if I run it while the datatable is still parsing. The documentation does not list a callback parameter for the method.

parse is a sync process, so you can place the additional code just after the parse call.