After searching, I came across this documentation on how to make columns resizable in bootstrap tables.
However, I am struggling to figure out how to actually implement this feature with an HTML table. Can someone please provide a clear example of how to do so?
I stumbled upon this post on Stack Overflow, but it wasn't quite what I needed as it relies on split.js for column resizing.