java - Textfields inside table cells losing textproperty in Javafx -
i inserted textfields in table cells shown below,
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
Post a Comment