Skip to content

Conversation

sourcec0de
Copy link

This allows the column definitions to have a default value for their width. I found some difficulties in loading large objects that had an unknown number of fields, so setting their widths

This allows the column definitions to have a default value for their width. I found some difficulties in loading large objects that had an unknown number of fields, so setting their widths
@c0bra
Copy link
Contributor

c0bra commented May 29, 2013

So this would set the default width of columns to 120 pixels rather than to have each column take up an equal portion of the available space as is the default now?

What happens when (number of columns) x 120px is greater than the grid width? Unavoidable nasty horizontal scrollbar?

@orneryd
Copy link
Contributor

orneryd commented Jun 4, 2013

need to come up with a better way to handle this. I'm not going to assign an arbitrary width to the columns by default. By default it should behave like a table and evenly assign the widths.

@orneryd orneryd closed this Jun 4, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants