Hacker News new | ask | show | jobs
by primaryobjects 3402 days ago
I'd recommend checking out Bootstrap Datatables. You just include the cdn link and select the table to style via javascript/jquery. Very simple and you get column sorting, paging, and search.

https://datatables.net/examples/basic_init/zero_configuratio...

2 comments

Very cool, I forgot to share that I use react, so I think a react based component is easier to adapt. Will look in more detail.
Thanks!!