netopyr / reduxfx

Functional Reactive Programming (FRP) for JavaFX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ListView Button action error on re-render list.

julionaponucena opened this issue · comments

I'm try to make a crud with reduxfx using the listview from the reduxfx lib and sqlite using spring boot together. For each Item has an edit and deleted button. Their actions receiver with params the Id of the sqlite database and after update the database the program update the reduxfx states too. And in fact the view and sqlite have been working together very well but the actions of the itens doesn't update and they still having the actions of the old delete button item action. Does Anybody can help with my problem with the lib?