All Downloads are FREE. Search and download functionalities are using the official Maven repository.

css.filteredtable.css Maven / Gradle / Ivy

Go to download

An extension for the JavaFX TableView that adds the possibility of applying a filter to the column headers

There is a newer version: 1.0.1
Show newest version
.popup_container
{	
	-fx-background-color: white;
	-fx-effect: dropshadow(three-pass-box, rgba(0.0,0.0,0.0,0.7) , 10.0, 0.3 , 1 , 1);	
	-fx-padding: 0px 1px 0px 0px;
}

.popup_listView
{
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy