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
Although nowhere referenced in the readme, it seems to me that the generated html follows the bootstrap directives. I was using Bootstrap 2.3.2 in my project and it was working fine.
However, the html produced for the pagination controls in no longer works in Bootstrap 3. Specifically, the pagination classname should be assigned to the <ul> itself, not the surrounding div. To center the pagination controls you could simply add the text-center class in the surrounding div.
Is upgrading this part of Backbone Datagrid something you would consider?
The text was updated successfully, but these errors were encountered:
Hi,
Although nowhere referenced in the readme, it seems to me that the generated html follows the bootstrap directives. I was using Bootstrap 2.3.2 in my project and it was working fine.
However, the html produced for the pagination controls in no longer works in Bootstrap 3. Specifically, the
pagination
classname should be assigned to the<ul>
itself, not the surrounding div. To center the pagination controls you could simply add thetext-center
class in the surrounding div.Is upgrading this part of Backbone Datagrid something you would consider?
The text was updated successfully, but these errors were encountered: