We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is how my second table looks like using responsive:
responsive
The text was updated successfully, but these errors were encountered:
hi @Ana06, this issue may related with you css grid or something else.
Sorry, something went wrong.
css grid? I don't think so, because the css is the same for the two tables and only the second one looks broken.
This is where I am using it: https://github.com/openSUSE/open-build-service/blob/master/src/api/app/views/webui2/webui/user/_involvement.html.haml
@Ana06, owh just noticed your datatables in bootstrap tabs. We need to call responsive.recalc() as well so Responsive also knows about the change
$('a[data-toggle="tab"]').on('shown.bs.tab', function (e) { console.log( 'show tab' ); $($.fn.dataTable.tables(true)).DataTable() .columns.adjust() .responsive.recalc(); });
No branches or pull requests
This is how my second table looks like using
responsive
:The text was updated successfully, but these errors were encountered: