Just starting out with bootstrap vue and I've been using version 1.4 for my application. I've utilized b-table for displaying my data, but I'm encountering a problem where the table headers also scroll along with the content. I'd like to have them stay fixed at the top or remain non-scrollable. I came across the new feature in bootstrap-vue 2.0 called sticky-header, but I'm hesitant to upgrade because it could potentially cause issues with my current setup. Is there a way to achieve sticky headers with bootstrap-vue 1.4 without upgrading?