How do I autosize the column in SlickGrid?
When constructing your options, you can use forceFitColumns: true var options = { enableCellNavigation: true, forceFitColumns: true }; This will make the columns fill the entire width of your grid div.
When constructing your options, you can use forceFitColumns: true var options = { enableCellNavigation: true, forceFitColumns: true }; This will make the columns fill the entire width of your grid div.