enables/disables resizing for specified colums
list | string | a list of true/false values separated by the default delimiter (comma) |
//disable resizing of the first column
myGrid.enableResizing("false,true,true,true,true,true,true");
resizing enabled for all columns by default
Back to top