Skip to content

Fixed redundant display of user details in the UserDetails view#2

Open
anuritabose wants to merge 1 commit intoashiishme:masterfrom
anuritabose:remove_duplicate_view
Open

Fixed redundant display of user details in the UserDetails view#2
anuritabose wants to merge 1 commit intoashiishme:masterfrom
anuritabose:remove_duplicate_view

Conversation

@anuritabose
Copy link
Copy Markdown

In the UserDetails.java View file, the defaultTableModel would not clear out due to which the user details got duplicated onto the view. I added a simple check in order to clear out the rows of the table while calling the getUsers() function (in UserDetails.java) so that the objects of the database get added to the table only once, hence avoiding redundant display at the view.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant