You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a JFXTreeTableVIew and a toggle button with a change listener for the latter that sets a new predicate of the table depending on the button's selected property value. Everything works as expected with the data initially loaded - the toggle button acts as a filter on/off button for the table view. However, when new items are dynamically added to the table (via observable list associated with the root), the predicate no longer holds and all items are shown. Is there a way to force the table to reevaluate the predicate and not show newly added items that would be rejected by the predicate?
The text was updated successfully, but these errors were encountered:
I have a JFXTreeTableVIew and a toggle button with a change listener for the latter that sets a new predicate of the table depending on the button's selected property value. Everything works as expected with the data initially loaded - the toggle button acts as a filter on/off button for the table view. However, when new items are dynamically added to the table (via observable list associated with the root), the predicate no longer holds and all items are shown. Is there a way to force the table to reevaluate the predicate and not show newly added items that would be rejected by the predicate?
The text was updated successfully, but these errors were encountered: