# Row Pinning Guide

## Examples

Want to skip to the implementation? Check out these examples:

- [row-pinning](../framework/react/examples/row-pinning)

## API

[Row Pinning API](../api/features/row-pinning)

## Row Pinning Guide

There are 2 table features that can reorder rows, which happen in the following order:

1. **Row Pinning** - If pinning, rows are split into top, center (unpinned), and bottom pinned rows.
2. [Sorting](../guide/sorting)
