Hi Michael,    
          When you replace the line     
ui Div{ children = [ dataGrid ] };          with:    
ui Box{ style = "overflow-x:auto", width = 200, children = [ dataGrid ] };          Ideally you should put styling in a css-file, but I this also does the job.
       Is this what you mean?    
               
  gweis