-1

I use GWT Material Design version 1.6.2. My data grid layout looks fine and I want to keep that layout on mobile devices. So I don't want to see something like that in my application.

enter image description here

Any ideas how to do that? Thanks.

Suneel Kumar
  • 1,650
  • 2
  • 21
  • 31
  • On version 2.0 of the GMD Table, we encourage you to make a midgration to it, as it brings a lot of improvements and fuctionality to the Table world on MaterialDesign as long as the GMD Project. – Kevin Baldemor Mark Ringor Oct 18 '17 at 23:34

1 Answers1

0

Solved.

Just do not need to set css style "responsive-table" on data greed. For example change :

dataGrid.setStyleName("hoverable responsive-table");

to

dataGrid.setStyleName("hoverable");