For a current project I’m working on, I had the task to create a generic table view. There were a few caveats. The website will be used in schools so that means a lot of Internet Explorer users… possibly old versions of IE as well. Well, that stinks. My first instinct is to use Bootstrap’s table component. Bootstrap already has responsive class all set up and ready to go, so why not?