Codesandbox: https://codesandbox.io/s/bootstrap-vue-forked-cei72?file=/src/App.vue
I am using Bootstrap-Vue in my project.
I have a question that I need a table layout like the image below.
b-table-simple layout

I can make it in b-table-simple but because the table needs the sorting feature, so I want to make the same
table layout in b-table.
I have been stocked here for a very long time. How can I make it?