You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Thanks for the kind words, both here and on meteor-talk.
I personally have not had any issues using bootstrap styling with jquery-datatables, in fact all of http://jquery-datatables.meteor.com/ uses bootstrap.
Do you mind sharing an example of what you are trying to accomplish?
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
The text was updated successfully, but these errors were encountered: