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

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -