Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Auto-sizing grid columns to fill entire viewport

    Hello Isomorphic,

    I need to show a grid so that it fills entire viewport width. The grid does not have single column which is to be expanded to fill remaining space. I would like columns to be auto-fitted in a regular way (based on specified policy - either by title or title and data) and then extra space to be split proportionally between all the columns. How could I do this?

    #2
    Just take a look at the docs - you don't have to assign extra space to a single column, that can be turned off. Then, set columns that are not auto fitted to width:"*" to have them split space.

    Comment

    Working...
    X