Make sure to check out the examples on GitHub. You can create an external controller to be able to dynamically manage the table, for example to add or remove rows within it.
import React from 'react'; import { ReactSimpleExpandableTable, ReactSimpleExpandableTableData } from 'react-simple-expandable-table'; function Demo(){ const ...