react.steplistprops.onselectlatesttable.md
March 27, 2023 ยท View on GitHub
Home > @datashaper/react > StepListProps > onSelectLatestTable
StepListProps.onSelectLatestTable property
Event handler for when the latest output table is selected. 'Latest' button will not be shown if this is not provided.
Signature:
onSelectLatestTable?: () => void;