Skip to Main Content

Bredcrumb

Info

When you scroll to the side, you can see that the first two columns will stay visible. Note that this implementation is currently experimental.

Init JS code
function (pOptions) {
  //Grid parameters
  pOptions.freezeColumnsStart = 2;

  return pOptions;
}

Enhanced Grid