I am working with javafx and need to implement filters for my tablecolumns.
What I need is functionality to right click on column header and add a filter. I know I can have contextmenu added to my header which will be displayed when I right click my header but I don know how to open a new window (as in swing JFrame) create a filter according to datatype in column and filter data when filter is applied (auto closing this new window).