Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Admin table search controlls #34

Merged
merged 13 commits into from
Jul 28, 2015
Merged

Admin table search controlls #34

merged 13 commits into from
Jul 28, 2015

Conversation

pawc
Copy link
Contributor

@pawc pawc commented Jul 26, 2015

operations on Staff list

}

staffTable.setItems(staffList);
}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How is this easier that simply using:

staffList = FXCollections.observableArrayList(administrationService.getInspectors();
staffTable.setItems(staffList);

?

@pawc pawc changed the title Admin view functionalities Admin table search controlls Jul 27, 2015
@paddatrapper
Copy link
Owner

I'm happy with this now. The only thing is that there is a lot of unnecessary what space (2 or 3 empty lines after each other for example). Once that is cleaned up I will merge

paddatrapper added a commit that referenced this pull request Jul 28, 2015
Admin table search controls
@paddatrapper paddatrapper merged commit 1cb2d4b into paddatrapper:master Jul 28, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants