Y
Hacker News
new
|
ask
|
show
|
jobs
by
zitterbewegung
3400 days ago
Is there a way for the width of the columns to be set to the maximum length of a field? Right now when I interact with the data grid it seems weird that the widths seem to change as I interact with it.
1 comments
jaquers
3400 days ago
table { table-layout: fixed }, otherwise you can customize the column definition to define specific widths?
link