I am using bootstrap-vue table component.
How can I make it so that when clicking on "Show Details", a GET request is first sent to receive data, and after successful receipt, a line with this data is opened?
Instead of directly hooking row.toggleDetailsit as a click handler, you can wrap it in a method that will accept rowand check for additional information, initiating its loading if not. For example (instead of a setTimeout request, but I think the point is clear).