New to Kendo UI for Angular? Start a free 30-day trial
RowStickyFn
Represents the callback used to determine whether a data row is sticky.
typescript
rowStickyCallback({ dataItem, index }) {
return index % 2 === 0;
}