Is there any hook that can be run after a query executes so that there is the possibility to for example load additional data without having a n+1 problem in the table builder?
I don't want to Join the data via modifyQueryUsing. Is there any different approach?