gwtbootstrap / gwt-bootstrap

A GWT Library that provides the widgets of Bootstrap, from Twitter.
http://gwtbootstrap.github.com
405 stars 190 forks source link

ShowCase Example CellTables Issue #442

Open sunil0791 opened 10 years ago

sunil0791 commented 10 years ago

Hi,

I was trying to see how DataGrid works. Everything is fine, but when u minimize the browser, the browser scroll is not see.i.e., when the screen is made smaller for like for Tablet or Phone view, u cant scroll down to see the remaining things. I thing it is the issue with datagrid. Please let me know if u could reproduce it

Thanks & Regards, Sunil

reinert commented 10 years ago

Sunil, DataGrid requires a ProvidesResize Widget as container in order to automatically resize along with screen's resizing.

This is a GWT issue.

I advice you to use CellTable. It has a better compatibility with GWT-Bootstrap (as we don't support ProvidesResize yet).

D. Reinert

D. Reinert

On Thu, Oct 17, 2013 at 10:33 AM, Sunil Kumar A notifications@github.comwrote:

Hi,

I was trying to see how DataGrid works. Everything is fine, but when u minimize the browser, the browser scroll is not see.i.e., when the screen is made smaller for like for Tablet or Phone view, u cant scroll down to see the remaining things. I thing it is the issue with datagrid. Please let me know if u could reproduce it

Thanks & Regards, Sunil

— Reply to this email directly or view it on GitHubhttps://github.com/gwtbootstrap/gwt-bootstrap/issues/442 .

sunil0791 commented 10 years ago

Hi Danilo,

Thanks a lot!! for the quick reply. Will do the same.

Regards, Sunil

reinert commented 10 years ago

Please give us some feedback or I'll close this issue in 48h. Thanks!