New to Kendo UI for Angular? Start a free 30-day trial

RowStickyFn

Represents the callback that is used to determine whether a given data row will be sticky.

rowStickyCallback({ dataItem, index }) {
  return index % 2 === 0;
}

In this article

Not finding the help you need?