Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

watable with bootstrap 3.0.2 #9

Closed
ysagon opened this issue Nov 8, 2013 · 9 comments
Closed

watable with bootstrap 3.0.2 #9

ysagon opened this issue Nov 8, 2013 · 9 comments

Comments

@ysagon
Copy link

ysagon commented Nov 8, 2013

Hi, I've just try watable with bootstrap 3.0.2 and I have a slight rendering problem as you can see in this jsfiddle.

http://jsfiddle.net/3Lb7j/6/

Am I doing something wrong or there is a bug with latest bootsrap?

Thanks for your great job.

@wootapa
Copy link
Owner

wootapa commented Nov 8, 2013

Hi. Sorry, only Bootstrap 2.X support as of now. =(
I'll try to add support for 3, but it might be a few months away.

//Andreas

On Fri, Nov 8, 2013 at 2:49 PM, Sagon notifications@github.com wrote:

Hi, I've just try watable with bootstrap 3.0.2 and I have a slight
rendering problem as you can see in this jsfiddle.

http://jsfiddle.net/3Lb7j/6/

Am I doing something wrong or there is a bug with latest bootsrap?

Thanks for your great job.


Reply to this email directly or view it on GitHubhttps://github.com//issues/9
.

//Andreas

@wootapa wootapa closed this as completed Nov 10, 2013
@anandsumeet
Copy link

Hi! by any chance do we have bootstrap 3 support today or any plans in near future, I am migrating to angularJS on Bootstrap 3 and facing same UI issues.

@kidtronnix
Copy link

Hey guys, I also had this issue and fixed it like this, add this to your options json object that you pass to watable.

tableCreated: function() {
                       // BOOTSTRAP 3.0.2 FIX
                       // Grab pagination elements
                       var pagination = $('table.watable .pagination');

                       // Change class of pagination
                       // Detail admin theme format
                       pagination.children('ul').attr('class', 'pagination');                

                       // Grab buttons
                       var buttons = $('table.watable button');
                       buttons.addClass('btn btn-default');
}

Hope that helps people out.

@anandsumeet
Copy link

thanks.

@oscarvs
Copy link

oscarvs commented Mar 28, 2014

just what I was looking for! thanks mate.

@jchan172
Copy link

Nice @smaxwellstewart ! Here's the JSFiddle with the change: http://jsfiddle.net/3Lb7j/8/

@pandemonium
Copy link

Thank you so much smaxwellstewart.

@wootapa
Copy link
Owner

wootapa commented Apr 16, 2014

Bootstrap 3 support as of today! Better late than never i guess...

@oscarvs
Copy link

oscarvs commented Apr 16, 2014

very well, thanks!

@wootapa wootapa reopened this Apr 16, 2014
@wootapa wootapa closed this as completed Apr 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants