Determines whether the user can drag a sizing handle at the edge of the column header to change the width of the column.
Default value: false
Type: Boolean
When this property is set to true, the sizing handle looks like this image.
// Adds a sizing handle when the mouse is at a column's edge and allows the user to drag it and resize columns. $("#element").wijgrid({ allowColSizing: true });