Is there a way to display only the first row of a Bootstrap table initially, and then reveal the rest of the rows using a checkbox? Keep in mind that the Bootstrap table and checkbox are located in different components.
<b-table hover small responsive bordered stacked
:fields="fields"
:items="items">
</b-table>
Check out the HTML structure of the table here: https://i.sstatic.net/pgn8v.png
Visual representation of the desired functionality:
Initial view: https://i.sstatic.net/fElhK.png
After clicking on the checkbox: