I am in need of a way to close the details of one row from another row. My current strategy involves using the index number of each row to check the value of showdetails
. However, I have not been successful in accessing one row object from within another.
After utilizing the vue developer Chrome extension, I discovered that the BTable
component contains the necessary information. Now my question is, how do I access the BTable
object?
Here is a screenshot of vue developer tools showcasing BTable
:
Check out this example fiddle for BootstrapVue Table: https://jsfiddle.net/seeing/3s97kmjb/2/