I have installed version 1.3.1
I have horizontal scrollbars in the table boxes. Is it normal?
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.

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?
Most helpful comment
How to add horizontal scrollbar on mobile screen?