The ability to have one or more fixed columns. Suggested syntax: `columns( (200px,1,100px) );` This would have the first column be a fixed width of 200px, a last column of 100px, and the remaining space taken up by the middle column.
The ability to have one or more fixed columns.
Suggested syntax:
columns( (200px,1,100px) );This would have the first column be a fixed width of 200px, a last column of 100px, and the remaining space taken up by the middle column.