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

Make Table responsive #145

Closed
techguydev opened this issue Aug 13, 2015 · 3 comments
Closed

Make Table responsive #145

techguydev opened this issue Aug 13, 2015 · 3 comments

Comments

@techguydev
Copy link

This package works just great!,

Although when you view it in a cellphone the table is not quite proporcional. is it possible to make it responsable, so it can be adapted to any screen?

Thanks

@yajra
Copy link
Owner

yajra commented Aug 14, 2015

@lmatab, try using this plugin https://datatables.net/extensions/responsive/. On my case, what I use is just the bootstrap table-responsive css class.

<div class="table-responsive">
  <table class="table">
    ...
  </table>
</div>

@yajra yajra closed this as completed Aug 23, 2015
@kamov
Copy link

kamov commented Nov 12, 2018

How to enable responsive via Service (via php)?

@yajra

@yajra
Copy link
Owner

yajra commented Nov 13, 2018

On server-side, just set the parameters 'responsive' => true.

@github-actions github-actions bot locked and limited conversation to collaborators Oct 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants