How to show only 1st row from a Bootstrap table and via checkbox to show the rest of the rows? The bootstrap table and checkbox are in different components.
<b-table hover small responsive bordered stacked
:fields="fields"
:items="items">
</b-table>
Here is table's HTML structure:

Here is how I would like to be:
2nd stage, after click event:


itemsdepending on the state of the checkbox, I guess