Datatable with async

Hello,
I am using a lot of datatables with this package aldeed:tabular

Due to the asnyc migration, I would need have the possibility to await the selector function

selector: function(userId) {

Based on the userId, on the server, I limit the data, but I need to query the DB in async mode to do this.

Does anyone was able to do this ?
Thanks a lot