A user of mine is asking if it is possible to filter TableView.
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
But the code is in Java, is there a convenient way to do this in B4J?
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?