State sharing don't active


I want to create a ListView with each child item having its own state management. Currently, selecting one child affects all the other children. How can I achieve individual state management for each child?

The table below depends on the select box. When I change the select box of one child element, all other elements are affected. How can I handle this? And I want the delete button to be able to delete the selected index correctly.
thanks