When you scroll to the side, you can see that the first two columns will stay visible. Note that this implementation is currently experimental.
function (pOptions) { //Grid parameters pOptions.freezeColumnsStart = 2; return pOptions; }