<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@datashaper/react](./react.md) &gt; [StepListProps](./react.steplistprops.md) &gt; [onSelectLatestTable](./react.steplistprops.onselectlatesttable.md)

## StepListProps.onSelectLatestTable property

Event handler for when the latest output table is selected. 'Latest' button will not be shown if this is not provided.

<b>Signature:</b>

```typescript
onSelectLatestTable?: () => void;
```
