> ## Documentation Index
> Fetch the complete documentation index at: https://developers.loyaltylion.com/llms.txt
> Use this file to discover all available pages before exploring further.

# History table

<Note>Available on the **Advanced plan** and above.</Note>

Use this component to render a table containing the current customer's loyalty program history. This table will include:

* rewards claimed
* activities completed
* miscellaneous transactions (for example, points added manually or points expired)

All rows, except transactions, have a clickable `Status` field. This opens a [history info modal](/sdk/modal-components/history-info-modal/) that corresponds to the item.

## Code

```html theme={null}
<div data-lion-history-table></div>
```

## Preview

<Frame>
  <img src="https://mintcdn.com/loyaltylion/mzpO03HW8a1K958n/images/sdk/history-table.png?fit=max&auto=format&n=mzpO03HW8a1K958n&q=85&s=e18910831d3bb9f357930cee88e6528a" alt="History table" width="1478" height="576" data-path="images/sdk/history-table.png" />
</Frame>
