Personal Genealogy Research Dashboard
Organize, visualize, and track your family history.
Research Overview
Family Tree
Individual Records
| Name | Birth Year | Death Year | Parents |
|---|
Manage Individuals
No data to display tree.
`; } }; const renderConfigRows = () => { configRowsContainer.innerHTML = ''; const sortedPeople = [...state.people].sort((a,b) => a.id - b.id); const peopleOptions = state.people.map(p => ``).join(''); sortedPeople.forEach(p => { configRowsContainer.innerHTML += `