[Coldbox 5.x] favorite jquery / bootstrap data grid for use with ColdBox?

Wondering what’s everyone’s current favorite jquery / bootstrap data grid for use with ColdBox? Should have column sorting/filtering, pagination, etc. Thanks!

Easily DataTables, but although old JQGrid can be fairly easy to integrate. Both have all the features you want straight out of the box and are extensible. There are quite a few examples of using both JQGrid and DataTables with CF.

Datatables:
https://datatables.net/

example of integrating datatables with CF

JQGrid
http://www.trirand.com/blog/?p=1648

And Steve “Cutter” Blades has a pretty good series on integrating jqgrid with cf.
https://www.cutterscrossing.com/index.cfm/jqgrid

hth,
larry

I know it’s not the question I asked but have you played around with any of the vue.js solutions?

'Fraid not, just with jQuery and Bootstrap. However I found a good blog post that explains what to do:

hth,
larry

Thanks!

Good luck.