TableColumn title_status = new TableColumn(RBLoader.ll("Status"));
table.getColumns().addAll(title_priority, title_name, title_fdir,
title_action, title_dest, title_status);
PropertyValueFactory pvf = new PropertyValueFactory<>("node");
title_priority.setCellValueFactory(pvf);
title_name.setCellValueFactory(pvf);
title_fdir.setCellValueFactory(pvf);
title_action.setCellValueFactory(pvf);