Hacker News new | ask | show | jobs
by BrunoWinck 3400 days ago
I could use this today. I have a table to install in my app. Will it support bootstrap 4?
1 comments

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...

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!!