Adminlte: Horizontal scrollbar in tables

Created on 3 Feb 2015  路  10Comments  路  Source: ColorlibHQ/AdminLTE

I have installed version 1.3.1
I have horizontal scrollbars in the table boxes. Is it normal?

Most helpful comment

How to add horizontal scrollbar on mobile screen?

All 10 comments

Yes it is. It depends on the platform you are using to view it. If it is on mobile device, u may get and horizontal scroll-bar if the table is larger than the screen. That is why it is called responsive. It can adapt itself to any environment.

You can use a different responsive table script that allow to hide column depending of the size view, the hidden column with a garage door widget.

Or a table that allow user to select the column they want to display.

@spescina If you remove the `table-responsive class from the div that contains the table, you won't get the scroll bar and the table will fallback to its normal behavior. However, this is not recommended for tables that contain many columns because it will just annoy the user who displays it on a small device.

wait, I have scrollbars at full hd resolution...

How many columns do you have, how long is the information, I guess this will occur in any resolution if the table is large...
That's why you will need to use a responsive table that have more features there are several responsive scripts like datatable, footable, tablesaw etc..

This is what I see on http://almsaeedstudio.com/AdminLTE/pages/tables/data.html
I'm using Chrome at 1280x800 but I have the same issue at 1920x1080 and using my installation instead of the preview site.

scrollbars

I'm having this also on the demo. This is maybe related to other scrollbar issues...
You can try to add
overflow-x: hidden!important;
to .box .box-body css

this seems to work. tnx.

How to add horizontal scrollbar on mobile screen?

Has this been patched into the v2 or v3 series?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

andyhughes73 picture andyhughes73  路  3Comments

lenamtl picture lenamtl  路  3Comments

akbajwaakgec picture akbajwaakgec  路  3Comments

tester10 picture tester10  路  3Comments

frlinw picture frlinw  路  3Comments