I have a table with 3 columns (NSTableColumn) build with XCode IB.
The last column is "Amount" and the column before it is "Description. When I resize the window, the table will be resize as well but the "Amount" is the column that gets span wider.
How do I fixed the "Amount" column width and instead auto resize the "Description" column?