B4J Question How to Filter TableView

xulihang

Active Member
Licensed User
Longtime User
A user of mine is asking if it is possible to filter TableView.

1751531746479.png


By reading this guide: https://code.makery.ch/blog/javafx-8-tableview-sorting-filtering/, we can know that it is possible to filter TableView using FilteredList.

But the code is in Java, is there a convenient way to do this in B4J?
 

xulihang

Active Member
Licensed User
Longtime User
I see. Store the entire items in a list and update the items in TableView based on the filter.
 
Upvote 0
Top