<@UBLEQB51A> Here's an example that works with a l...
# tornadofx
c
@beepdog Here's an example that works with a list and allows a multiple record update
b
I'm using a ListFragment, does that make it more complicated? Should I try to do it all in the listview definition?
@carlw I looked into this, and ran it, it's not quite what I'm trying to do myself, so maybe it cannot be done. What I'd like to do is not have an edit button at the top, but when I click on a single item in the list, it's "Selected" and then that delete button shows up, but only for that selected row. Does that make sense?
Ultimately I want to make state changes in the ListCellFragment for only the selected entry