Hacker News new | ask | show | jobs
by javajosh 4411 days ago
If you just want responsive tables, you can pop this into your CSS:

    img,canvas,iframe,video,svg{max-width:100%}.overflow-container{overflow-y:scroll;-webkit-overflow-scrolling:touch}
This seems to be doing a lot more, of course, including sorting, column selection and more.