java - Textfields inside table cells losing textproperty in Javafx -


i inserted textfields in table cells shown below,

table containing textfileds rows

and gave textproperty qty,sqf,rate columns(see image). each row inserted pressing enter button keyboard. when enter values in qty,sqf etc. doing calculations , result shown in last column. when inserted first row, .textproperty working correctly , getting calculated value in last column. same thing working other rows too...

but problem that,

after inserting row2 textproperty of row1 not working. similary textproperty of row1 , row2 not working when inserted row3.means textproprty working last inserted row. why? , how can correct that. calling textproperty function in initialize() function.


Comments

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -