posted 8 years ago
Dear Experts ,
I am using table view to view my data in JavaFx , my question is how to make filtering in each column like excel ( filter will appear in headers columns ) . if the column is date type then date filtering options will appear ( on date , before date , between dates , ... ) , if the column is numeric type then filter options for numeric values will appear ( greater than , less than , equal , ...) and so on
please tell me I need this very urgent.