Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

javascript data tables with twitter bootstrap

I'm trying to integrate DataTables.js (http://datatables.net) with an app which uses twitter bootstrap library. It seems like DataTable doesn't work well with twitter bootstrap. I'm not sure its the css or js thats conflicting.

How can I integrate DataTables.js with Twitter Bootstrap? Are there any other data tables libraries that work well with Twitter Bootstrap?

like image 991
ed1t Avatar asked Dec 06 '11 01:12

ed1t


1 Answers

It is actually quite easy to integrate Bootstrap and DataTables such that your fully featured DataTables will match the same look and feel of the rest of your site. Here is the link : http://datatables.net/blog/Twitter_Bootstrap

For Bootstrap v2.x.x: http://datatables.net/blog/Twitter_Bootstrap_2

like image 50
Fabien Barbier Avatar answered Oct 17 '22 11:10

Fabien Barbier