Slimmmo / Slimmmo.github.io

AdVenture Capitalist calculator
http://slimmmo.github.io/
35 stars 42 forks source link

[Suggestion] Implement Zurb's Responsive Tables Functionality #113

Open NicholasRBowers opened 7 years ago

NicholasRBowers commented 7 years ago

Responsive Tables by Zurb with examples.

This will make everything much more responsive when it comes to smaller viewports.

I've implemented this on things before, and I am more than happy to do this myself for you and open up a PR, but I wanted to suggest/discuss it here first, because it does require jQuery as a dependency, and I'm not sure if you are against that or not.

I personally vote (y).

Slimmmo commented 7 years ago

I quite like it, however I was planning to stay away from JQuery. I have an idea on how to implement something similar in AngularJS so I'll give it a shot and report back here.

Slimmmo commented 7 years ago

There's actually responsive tables built into Bootstrap which we could easily use but it doesn't keep the left hand column on the screen.

NicholasRBowers commented 7 years ago

@Slimmmo sure, do some research and get back to us here, but even Bootstrap's responsive tables would be better than nothing. I added a TON of responsive support in PR https://github.com/Slimmmo/Slimmmo.github.io/pull/112 but did not implement Bootstrap's responsive tables. Let me know if you'd like me to, and I'll add that to the PR.