I have successfully implemented code that fixes the header of a table when scrolling down the page. This was achieved using the "affix" feature in Bootstrap version 3.3.7.
However, I've now noticed that the latest version of Bootstrap is 4.0.0 and my attempts to migrate the code to work with this version have been unsuccessful.
After some research on Google, I discovered that the "affix" feature is not supported in the newer versions of Bootstrap. Despite trying a few solutions, I'm unable to fix the table header currently.
If anyone could provide assistance or guidance, it would be greatly appreciated.
Please find below the code:
<!DOCTYPE html>
<html lang="en>
... (omitted for brevity) ...
Kind regards