append new data to list vs request data and repopulate list

TheCat

New Member
For instance adding new categories to a list.Once a new category has been added, and successfully submitted to the db, should I use JS to directly append this value to the list or should I query the table again and repopulate the list?
 
Back
Top