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