StickyPredicate
Since v2.7.0
Predicate that decides whether a given row should be sticky. Receives the row data and its current index in the post-processed row list. Return any truthy value to mark the row as sticky.
type StickyPredicate = (row: unknown, index: number) => unknown
AI assistants: For complete API documentation, implementation guides, and code examples for this library, see https://toolboxjs.com/llms-full.txt