4 ms·
I could use this today. I have a table to install in my app. Will it support bootstrap 4?
by BrunoWinck 10y ago
I could use this today. I have a table to install in my app. Will it support bootstrap 4?
- primaryobjects 10y agoI'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_configuration.html https://datatables.net/examples/basic_init/zero_configuratio...
- edoceo 10y agoThanks!!
- BrunoWinck 10y agoVery 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.