cloudflarearchive / backgrid

Finally, an easily stylable semantic HTML data grid widget with a Javascript API that doesn't suck.
http://backgridjs.com
MIT License
2.01k stars 325 forks source link

Column auto-fit #5

Open wyuenho opened 11 years ago

wyuenho commented 11 years ago

This should probably be auto-width. Just a simple JS routine that even spreads out the table's widths to the columns with do.

aerenr commented 11 years ago

In Backgrid.css
.backgrid th, .backgrid td { height: 20px;

/max-width: 250px; commenting this line out seemed to enable Column auto-fit for my case. /