How to display grid row in one line

Hi I have a few questions: I need to display grid row in one line. Is it possible? (to turn off multi line mode) I need certain columns to have automatically adjusted width according to context in the grid. Is it possible? Thanks in advance. Ross
owner
ross
asked at 07 May 2016
  • add this in your css:
    .awe-row td { white-space: nowrap; }
    at 08 May 2016 Omu
  • thanks it worked.
    at 08 May 2016 ross

Answers 

please Sign In to leave an answer

By accessing this site, you agree to store cookies on your device and disclose information in accordance with our cookie policy and privacy policy .
contact us