Thank you Andy. It looks like a work-around that I can use, but maybe it should be supported in a plain FilteredList<>.
Em qua., 29 de nov. de 2023 às 15:11, Andy Goryachev < andy.goryac...@oracle.com> escreveu: > Found this > > > > > https://stackoverflow.com/questions/17958337/javafx-tableview-with-filteredlist-jdk-8-does-not-sort-by-column > > > > -andy > > > > *From: *openjfx-dev <openjfx-dev-r...@openjdk.org> on behalf of Thiago > Milczarek Sayão <thiago.sa...@gmail.com> > *Date: *Wednesday, November 29, 2023 at 05:59 > *To: *openjfx-dev <openjfx-dev@openjdk.org> > *Subject: *Should using a FilteredList<> on a TableView disable column > sorting? > > Hi, > > > > When using a FiltereList<> on a TableView, column sorting is disabled. Is > it expected? > > > > https://gist.github.com/tsayao/80dd7bb2dfd66d2ec220e27c5ae4017b > > > > -- Thiago. >