So i have a TableView ContractTableView; and a ArrayList contract; i am having buttons fields,labels etc to add items to my list and update and delete... I have made a search field with a button to press. I want when someone type a word on the search field to search it on the of the contract's table that the user can constanly update with a create button. I am finding only answers using FXML and CSS but i can't use any of thse. Is there a way to search the columns find the matches for the search field with the id and display only the right columns or at list highlight them?