Hacker News new | ask | show | jobs
by onesmallcoin 2586 days ago
I find it hard to differentiate between rows when it is in portrait mode one under another. When I've had to do projects with modular tables ect; I've used an awesomelibary called datatables. They have heaps of plugins that let you do things like load from json, filtering and sorting, pagination, export etc. I've found it a very feature complete product off the shelf.
1 comments

Datatables actually has a plugin to also vertically space some content with a reveal button on smaller screens.

https://datatables.net/extensions/responsive/examples/initia...

Modern frameworks make a bunch of datatables needless at this point, but I still often use it (with Vue) just because it's so complete with so many plugins.