Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
If you use the JsValueChangeListener on a DataTable and you delete a row then the JavaScript has obsolete index id on the JavaScript items because the method doesn't recognizes if the index changed and it has still the old value.
I improved the JsValueChangeListener and render now the java script only for each parent component. I don't use the indexOf method to search for the javascript name on the onchange property.
Please commit the attached bugfix.