-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
Description
I've just got the Meteor version of DataTables up and running (and awesome!), but I have one problem.
I'd like to use the Bootstrap styling, but because of the way the meteor datatables package works, the bootstrap.js fires before the DataTable has been created so does not actually change the styling.
Is it possible to force the bootstrap.js to be run after the DataTables has been loaded, using the same js file? to get the nice styling of prev/next buttons etc
Rachel