[x] Clicking on tabs does not refresh associated table
[x] Add, delete and filter modals have different formats: All modals should follow same design criteria: Vertically centred, no backdrop, primary header background, white text for title and close X, shadow, primary buttons, footer at same level as body, upper case button text and controls should use "form-floating" class. Left hand button should be SAVE or YES, right hand button in footer should be CANCEL, CLOSE or NO
[x] First column should be last name, first name eg Ace, Tamarra
[x] Filter on department OR location. See example in dependency checking Codepen below that forces the user to choose either/or
[x] Personnel delete: Use data-bs-* attribute to open modal and show.bs.modal event that makes an AJAX call to retrieve name of entry and display it
[x] show.bs.modal events for all modals except Add Location and the department and location delete ones to populate controls and/or rebuild selects from query to database
[x] hidden.bs.modal event is ideal for resetting form